From 6304212645d232ae8f421fc2d9a03e51c81dc9fd Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Sat, 10 May 2025 02:31:16 +1000 Subject: [PATCH] fix: removed css reference, theme fontSize changed --- client/src/Utils/Theme/globalTheme.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/Utils/Theme/globalTheme.js b/client/src/Utils/Theme/globalTheme.js index ca32a3ad6..f7feed7fd 100644 --- a/client/src/Utils/Theme/globalTheme.js +++ b/client/src/Utils/Theme/globalTheme.js @@ -9,7 +9,7 @@ const shadow = const baseTheme = (palette) => ({ typography: { fontFamily: fontFamilyPrimary, - fontSize: 14, + fontSize: typographyLevels.base, h1: { fontSize: typographyLevels.xl, color: palette.primary.contrastText, @@ -147,7 +147,6 @@ const baseTheme = (palette) => ({ ], height: 34, fontWeight: 400, - fontSize: "var(--env-var-font-size-medium)", borderRadius: 4, boxShadow: "none", textTransform: "none",