change style

This commit is contained in:
Amirhossein Mahmoodi
2024-08-19 13:32:21 +03:30
parent f258dedc78
commit 63d284a64f

View File

@@ -50,7 +50,7 @@ const DrawerHeader = styled("div")(({ theme }) => ({
alignItems: "center",
padding: theme.spacing(0, 1),
...theme.mixins.toolbar,
minHeight: "48px !important",
minHeight: "40px !important",
justifyContent: "flex-end",
}));
@@ -68,7 +68,7 @@ const HeaderWithSidebar = ({ children }) => {
display: "flex", height: `calc(100% - ${headersHeight}px)`, width: "100%", mt: `${headersHeight}px`
}}>
<AppBar sx={{ position: "fixed", top: "unset" }} elevation={0} open={open}>
<Toolbar variant="dense">
<Toolbar variant="dense" sx={{ minHeight: 40 }}>
<IconButton
color="inherit"
aria-label="open drawer"