Fix some colors

This commit is contained in:
Paul Frazee
2024-03-09 15:39:59 -08:00
parent 86de3d630a
commit af124516b3
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export const defaultTheme: Theme = {
palette: {
default: {
background: lightPalette.white,
backgroundLight: lightPalette.contrast_50,
backgroundLight: lightPalette.contrast_25,
text: lightPalette.black,
textLight: lightPalette.contrast_700,
textInverted: lightPalette.white,