mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-20 16:49:46 -06:00
undo accidental stringification
This commit is contained in:
@@ -220,7 +220,7 @@ const baseTheme = (palette) => ({
|
||||
height: "var(--env-var-height-2)",
|
||||
fontSize: "var(--env-var-font-size-medium)",
|
||||
fontWeight: 400,
|
||||
color: "palette.text.secondary",
|
||||
color: palette.text.secondary,
|
||||
},
|
||||
"& .MuiInputBase-input.MuiOutlinedInput-input": {
|
||||
padding: "0 var(--env-var-spacing-1-minus) !important",
|
||||
|
||||
Reference in New Issue
Block a user