This commit is contained in:
Manav Rathi
2024-07-10 11:33:07 +05:30
parent eb271088a4
commit 8e10c8bec6
17 changed files with 15 additions and 25 deletions

View File

@@ -1,10 +0,0 @@
import { Drawer, styled } from "@mui/material";
export const EnteDrawer = styled(Drawer)(({ theme }) => ({
"& .MuiPaper-root": {
maxWidth: "375px",
width: "100%",
scrollbarWidth: "thin",
padding: theme.spacing(1),
},
}));