From 8449780f3414cc444411089ddc3046fc8f315163 Mon Sep 17 00:00:00 2001 From: healtheloper Date: Thu, 14 Dec 2023 17:55:02 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=ED=96=88=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/co-design-styles/src/theme/CoProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/co-design-styles/src/theme/CoProvider.tsx b/packages/co-design-styles/src/theme/CoProvider.tsx index 337c82a..e902f5f 100644 --- a/packages/co-design-styles/src/theme/CoProvider.tsx +++ b/packages/co-design-styles/src/theme/CoProvider.tsx @@ -54,7 +54,7 @@ const GlobalStyles = () => { backgroundColor: theme.colorScheme === 'dark' ? theme.colors.darkBackground : theme.colors.lightBackground, color: theme.colorScheme === 'dark' ? theme.palettes.gray[0] : theme.palettes.gray[9], lineHeight: theme.lineHeight, - fontSizes: theme.fontSizes.medium, + fontSize: theme.fontSizes.medium, } as any, })} />