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
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -41,6 +41,10 @@
}
}
&__cancel {
color: @action-sheet-cancel-text-color;
}
&__subname {
margin-top: @padding-xs;
color: @action-sheet-subname-color;