feat(ActionSheet): adjust cancel text color to @gray-7 (#3719)

This commit is contained in:
neverland 2020-11-02 16:49:21 +08:00 committed by GitHub
parent f0b7026edf
commit 51befdc40c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@
}
&__cancel {
.theme(color, '@action-sheet-cancel-text-color');
&::before {
display: block;
content: ' ';

View File

@ -82,6 +82,7 @@
@action-sheet-close-icon-size: 18px;
@action-sheet-close-icon-color: @gray-6;
@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-color: @background-color;