mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-03 15:09:34 -05:00
Removed redundant color vars
This commit is contained in:
@@ -65,11 +65,6 @@ const darkTheme = createTheme({
|
||||
fill: "#18181a",
|
||||
grid: "#454546",
|
||||
},
|
||||
// TO BE REMOVED //
|
||||
tertiary: {
|
||||
main: "#e6e6e6",
|
||||
},
|
||||
// ----------------- //
|
||||
},
|
||||
spacing: 2,
|
||||
components: {
|
||||
|
||||
@@ -62,11 +62,6 @@ const lightTheme = createTheme({
|
||||
fill: "#e3e3e3",
|
||||
grid: "#a2a3a3",
|
||||
},
|
||||
// TO BE REMOVED //
|
||||
tertiary: {
|
||||
main: "#475467",
|
||||
},
|
||||
// ----------------- //
|
||||
},
|
||||
spacing: 2,
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user