theme: explicit background paper color
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
committed by
Philipp Hugenroth
parent
43c5575491
commit
033754c242
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user