From e35ecb7c8259d3f62d7695626b3d3ce608f78ca4 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 17 Mar 2024 19:57:07 +0800 Subject: [PATCH] fix(ActionSheet): icon class name (#12701) --- packages/vant/src/action-sheet/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vant/src/action-sheet/index.less b/packages/vant/src/action-sheet/index.less index b435f97b1..f6c1b2da4 100644 --- a/packages/vant/src/action-sheet/index.less +++ b/packages/vant/src/action-sheet/index.less @@ -78,7 +78,7 @@ cursor: default; } - &--icon { + &-icon { font-size: var(--van-action-sheet-item-icon-size); margin-right: var(--van-action-sheet-item-icon-margin-right); }