mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-05 00:28:30 -06:00
Fixed old lingering props
This commit is contained in:
@@ -54,6 +54,15 @@ const theme = createTheme({
|
||||
},
|
||||
unresolved: { main: "#4e5ba6", light: "#e2eaf7", bg: "#f2f4f7" },
|
||||
other: {},
|
||||
primary: {
|
||||
main: "#1570EF",
|
||||
},
|
||||
secondary: {
|
||||
main: "#475467",
|
||||
},
|
||||
tertiary: {
|
||||
main: "#475467",
|
||||
},
|
||||
},
|
||||
spacing: 2,
|
||||
components: {},
|
||||
|
||||
Reference in New Issue
Block a user