diff --git a/client/src/Utils/Theme/globalTheme.js b/client/src/Utils/Theme/globalTheme.js index 13442ace1..ca32a3ad6 100644 --- a/client/src/Utils/Theme/globalTheme.js +++ b/client/src/Utils/Theme/globalTheme.js @@ -147,7 +147,7 @@ const baseTheme = (palette) => ({ ], height: 34, fontWeight: 400, - fontSize: "var(--env-var-font-size-medium)", + fontSize: "var(--env-var-font-size-medium)", borderRadius: 4, boxShadow: "none", textTransform: "none",