Skip to content

Commit

Permalink
style(ActionSheet): adjust subname color to gray-6
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed May 26, 2020
1 parent 52dbc75 commit e54c11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/var.less
Expand Up @@ -75,7 +75,7 @@
@action-sheet-item-font-size: @font-size-lg;
@action-sheet-item-text-color: @text-color;
@action-sheet-item-disabled-text-color: @gray-5;
@action-sheet-subname-color: @gray-7;
@action-sheet-subname-color: @gray-6;
@action-sheet-subname-font-size: @font-size-sm;
@action-sheet-close-icon-size: 22px;
@action-sheet-close-icon-color: @gray-5;
Expand Down

0 comments on commit e54c11d

Please sign in to comment.