Install notes, background change for xs dark mode drawer
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user