mirror of
https://github.com/ente-io/ente.git
synced 2025-08-14 02:07:33 +00:00
Move
This commit is contained in:
@@ -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),
|
||||
},
|
||||
}));
|
Reference in New Issue
Block a user