From c8defcb0f9859859e30dd371ab0e4725184b95cc Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 20 Jun 2020 17:12:37 +0800 Subject: [PATCH] style(ActionSheet): update description style (#6586) --- src/action-sheet/index.less | 2 +- src/style/var.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/action-sheet/index.less b/src/action-sheet/index.less index 87aa9c78a..4d86492d3 100644 --- a/src/action-sheet/index.less +++ b/src/action-sheet/index.less @@ -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; diff --git a/src/style/var.less b/src/style/var.less index 37af90a74..75d818a9f 100644 --- a/src/style/var.less +++ b/src/style/var.less @@ -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;