style(ActionSheet): adjust cancel text color to @gray-7 (#6846)

This commit is contained in:
neverland 2020-07-23 20:13:29 +08:00 committed by GitHub
parent e6b30e4de9
commit 3557e8bc69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,10 @@
}
}
&__cancel {
color: @action-sheet-cancel-text-color;
}
&__subname {
margin-top: @padding-xs;
color: @action-sheet-subname-color;

View File

@ -82,6 +82,7 @@
@action-sheet-close-icon-color: @gray-5;
@action-sheet-close-icon-active-color: @gray-6;
@action-sheet-close-icon-padding: 0 @padding-md;
@action-sheet-cancel-text-color: @gray-7;
@action-sheet-cancel-padding-top: @padding-xs;
@action-sheet-cancel-padding-color: @background-color;