Updated the background color of the light.js theme

This commit is contained in:
2023-07-30 20:45:17 +02:00
parent 2ae9d493eb
commit 55736a3217

View File

@@ -8,6 +8,9 @@ const theme = createTheme({
},
text: {
main: '#000000',
},
background: {
default: '#FDFDFD',
}
},
typography: {