Updated the background color of the light.js theme

This commit is contained in:
Mathias Wagner 2023-07-30 20:45:17 +02:00
parent 2ae9d493eb
commit 55736a3217
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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