theme: explicit background paper color

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-01 18:31:02 +01:00
committed by Philipp Hugenroth
parent 43c5575491
commit 033754c242
+2
View File
@@ -25,6 +25,7 @@ export const palettes = {
mode: 'light' as const,
background: {
default: '#F8F8F8',
paper: '#FAFAFA',
},
status: {
ok: '#1DB954',
@@ -94,6 +95,7 @@ export const palettes = {
mode: 'dark' as const,
background: {
default: '#333333',
paper: '#424242',
},
status: {
ok: '#71CF88',