Install notes, background change for xs dark mode drawer
This commit is contained in:
		
							parent
							
								
									7d3d697a20
								
							
						
					
					
						commit
						26c835cdd1
					
				
					 4 changed files with 42 additions and 41 deletions
				
			
		|  | @ -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} | ||||
|  |  | |||
|  | @ -55,14 +55,6 @@ export const darkTheme = { | |||
|         }, | ||||
|       }, | ||||
|     }, | ||||
|     MuiPaper: { | ||||
|       styleOverrides: { | ||||
|         root: { | ||||
|           // for the sidebar on narrow (xs) screens
 | ||||
|           backgroundImage: "none", | ||||
|         }, | ||||
|       }, | ||||
|     }, | ||||
|   }, | ||||
|   palette: { | ||||
|     mode: "dark", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue