mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-12-22 17:52:30 +01:00
Fix sidebar colour on mobile
This commit is contained in:
parent
9fa1288dbc
commit
57bd37ef2f
1 changed files with 7 additions and 0 deletions
|
@ -55,6 +55,13 @@ export const darkTheme = {
|
|||
},
|
||||
},
|
||||
},
|
||||
MuiPaper: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
backgroundImage: "none",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
palette: {
|
||||
mode: "dark",
|
||||
|
|
Loading…
Reference in a new issue