style(ActionSheet): increase header height to 48px (#6856)

This commit is contained in:
neverland 2020-07-24 15:42:18 +08:00 committed by GitHub
parent d5808be9b3
commit 6408775626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@
// ActionSheet
@action-sheet-max-height: 80%;
@action-sheet-header-height: 44px;
@action-sheet-header-height: 48px;
@action-sheet-header-font-size: @font-size-lg;
@action-sheet-description-color: @gray-6;
@action-sheet-description-font-size: @font-size-md;