mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
feat(Toast): increase border radius to 8px (#3419)
This commit is contained in:
parent
4426a4ef80
commit
aefad39a36
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user