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;