From aefb8eadce892cb64181ed85198bded2eb371d69 Mon Sep 17 00:00:00 2001 From: jialin Date: Tue, 21 Jul 2026 15:22:49 +0800 Subject: [PATCH] chore(theme): add Card headerHeight token --- src/config/theme/light.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/theme/light.ts b/src/config/theme/light.ts index c1c23519..edc0fef7 100644 --- a/src/config/theme/light.ts +++ b/src/config/theme/light.ts @@ -51,6 +51,9 @@ export default { withDescriptionPadding: '12px 16px', withDescriptionIconSize: 18 }, + Card: { + headerHeight: 50 + }, Menu: { iconSize: 16, iconMarginInlineEnd: 12,