Fix sidebar colour on mobile

This commit is contained in:
nimbleghost 2023-06-29 15:22:59 +02:00
parent 9fa1288dbc
commit 57bd37ef2f
1 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,13 @@ export const darkTheme = {
},
},
},
MuiPaper: {
styleOverrides: {
root: {
backgroundImage: "none",
},
},
},
},
palette: {
mode: "dark",