feat(Toast): increase border radius to 8px (#3419)

This commit is contained in:
neverland 2020-07-21 14:16:40 +08:00 committed by GitHub
parent 4426a4ef80
commit aefad39a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -521,7 +521,7 @@
@toast-font-size: 14px;
@toast-text-color: @white;
@toast-line-height: 20px;
@toast-border-radius: @border-radius-md;
@toast-border-radius: @border-radius-lg;
@toast-background-color: rgba(@text-color, 0.88);
@toast-icon-size: 48px;
@toast-text-min-width: 96px;