mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
feat(ActionSheet): adjust cancel text color to @gray-7 (#3719)
This commit is contained in:
parent
f0b7026edf
commit
51befdc40c
@ -18,6 +18,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__cancel {
|
&__cancel {
|
||||||
|
.theme(color, '@action-sheet-cancel-text-color');
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
display: block;
|
display: block;
|
||||||
content: ' ';
|
content: ' ';
|
||||||
|
@ -82,6 +82,7 @@
|
|||||||
@action-sheet-close-icon-size: 18px;
|
@action-sheet-close-icon-size: 18px;
|
||||||
@action-sheet-close-icon-color: @gray-6;
|
@action-sheet-close-icon-color: @gray-6;
|
||||||
@action-sheet-close-icon-padding: 0 @padding-sm;
|
@action-sheet-close-icon-padding: 0 @padding-sm;
|
||||||
|
@action-sheet-cancel-text-color: @gray-7;
|
||||||
@action-sheet-cancel-padding-top: @padding-xs;
|
@action-sheet-cancel-padding-top: @padding-xs;
|
||||||
@action-sheet-cancel-padding-color: @background-color;
|
@action-sheet-cancel-padding-color: @background-color;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user