style(Toast): adjust background color (#6848)

This commit is contained in:
neverland 2020-07-23 21:03:18 +08:00 committed by GitHub
parent 082b353ad8
commit d656c2d94e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -792,7 +792,7 @@
@toast-loading-icon-color: @white;
@toast-line-height: 20px;
@toast-border-radius: @border-radius-lg;
@toast-background-color: fade(@text-color, 88%);
@toast-background-color: fade(@black, 70%);
@toast-icon-size: 40px;
@toast-text-min-width: 96px;
@toast-text-padding: @padding-xs @padding-sm;