feat: change dark mode default bg
This commit is contained in:
@@ -93,8 +93,8 @@ const darkTheme = createTheme({
|
|||||||
contrastText: '#ffffff',
|
contrastText: '#ffffff',
|
||||||
},
|
},
|
||||||
background: {
|
background: {
|
||||||
default: '#121212',
|
default: '#000000ff',
|
||||||
paper: '#1e1e1e',
|
paper: '#080808ff',
|
||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
primary: '#ffffff',
|
primary: '#ffffff',
|
||||||
|
|||||||
Reference in New Issue
Block a user