Install notes, background change for xs dark mode drawer

This commit is contained in:
binwiederhier 2023-06-30 09:58:56 -04:00
parent 7d3d697a20
commit 26c835cdd1
4 changed files with 42 additions and 41 deletions

View file

@ -61,7 +61,7 @@ const Navigation = (props) => {
ModalProps={{ keepMounted: true }} // Better open performance on mobile.
sx={{
display: { xs: "block", sm: "none" },
"& .MuiDrawer-paper": { boxSizing: "border-box", width: navWidth },
"& .MuiDrawer-paper": { boxSizing: "border-box", width: navWidth, backgroundImage: "none" },
}}
>
{navigationList}

View file

@ -55,14 +55,6 @@ export const darkTheme = {
},
},
},
MuiPaper: {
styleOverrides: {
root: {
// for the sidebar on narrow (xs) screens
backgroundImage: "none",
},
},
},
},
palette: {
mode: "dark",