mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
[improvement] Toast: update background color (#2402)
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
@toast-text-color: @white;
|
||||
@toast-line-height: 20px;
|
||||
@toast-border-radius: 4px;
|
||||
@toast-background-color: rgba(0, 0, 0, .7);
|
||||
@toast-background-color: rgba(@text-color, .88);
|
||||
@toast-icon-size: 48px;
|
||||
@toast-text-min-width: 96px;
|
||||
@toast-text-padding: 8px 12px;
|
||||
|
Reference in New Issue
Block a user