mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-16 14:49:48 -06:00
fix: removed css reference, theme fontSize changed
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user