From f69dd889a680706f4c9d6cdeb0b6464405121837 Mon Sep 17 00:00:00 2001 From: xieyezi <1435398529@qq.com> Date: Sat, 9 Sep 2023 08:56:30 +0800 Subject: [PATCH] fix(ConfigProvider): ConfigProviderThemeVars fontSizeXs hump (#12267) Co-authored-by: xieyezi <202202409@any3.com> --- packages/vant/src/config-provider/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vant/src/config-provider/types.ts b/packages/vant/src/config-provider/types.ts index 69affd1ca..896bdc79a 100644 --- a/packages/vant/src/config-provider/types.ts +++ b/packages/vant/src/config-provider/types.ts @@ -44,7 +44,7 @@ type BaseThemeVars = { paddingXl?: string; // Font - fontSizexs?: string; + fontSizeXs?: string; fontSizeSm?: string; fontSizeMd?: string; fontSizeLg?: string;