mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Toast): adjust background color (#6848)
This commit is contained in:
parent
082b353ad8
commit
d656c2d94e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user