Removed redundant color vars

This commit is contained in:
Daniel Cojocea
2024-08-31 18:13:03 -04:00
parent d2da8e7dff
commit 8b9641aee8
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -65,11 +65,6 @@ const darkTheme = createTheme({
fill: "#18181a",
grid: "#454546",
},
// TO BE REMOVED //
tertiary: {
main: "#e6e6e6",
},
// ----------------- //
},
spacing: 2,
components: {
-5
View File
@@ -62,11 +62,6 @@ const lightTheme = createTheme({
fill: "#e3e3e3",
grid: "#a2a3a3",
},
// TO BE REMOVED //
tertiary: {
main: "#475467",
},
// ----------------- //
},
spacing: 2,
components: {