style(ActionSheet): update description style (#6586)

This commit is contained in:
neverland 2020-06-20 17:12:37 +08:00 committed by GitHub
parent 65c5ef9d1a
commit c8defcb0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
&__description {
position: relative;
padding: @padding-md;
padding: 20px @padding-md;
color: @action-sheet-description-color;
font-size: @action-sheet-description-font-size;
line-height: @action-sheet-description-line-height;

View File

@ -67,7 +67,7 @@
@action-sheet-max-height: 80%;
@action-sheet-header-height: 44px;
@action-sheet-header-font-size: @font-size-lg;
@action-sheet-description-color: @gray-7;
@action-sheet-description-color: @gray-6;
@action-sheet-description-font-size: @font-size-md;
@action-sheet-description-line-height: 20px;
@action-sheet-item-height: 50px;