feat: change dark mode bg colors

This commit is contained in:
amhsirak
2025-10-13 17:13:08 +05:30
parent 6a13605d0c
commit 8c5b2856aa

View File

@@ -202,21 +202,21 @@ const darkTheme = createTheme({
MuiPaper: {
styleOverrides: {
root: {
backgroundColor: '#1e1e1e',
backgroundColor: '#080808ff',
},
},
},
MuiAppBar: {
styleOverrides: {
root: {
backgroundColor: '#121212',
backgroundColor: '#080808ff',
},
},
},
MuiDrawer: {
styleOverrides: {
paper: {
backgroundColor: '#121212',
backgroundColor: '#080808ff',
},
},
},