mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
fix less import issue (#5157)
This commit is contained in:
+1
-1
@@ -693,7 +693,7 @@
|
||||
@toast-loading-icon-color: @white;
|
||||
@toast-line-height: 20px;
|
||||
@toast-border-radius: @border-radius-md;
|
||||
@toast-background-color: rgba(@text-color, .88);
|
||||
@toast-background-color: fade(@text-color, 88%);
|
||||
@toast-icon-size: 40px;
|
||||
@toast-text-min-width: 96px;
|
||||
@toast-text-padding: @padding-xs @padding-sm;
|
||||
|
||||
Reference in New Issue
Block a user