This commit is contained in:
Manav Rathi
2024-11-08 14:08:59 +05:30
parent 71727048aa
commit 801bf16b92

View File

@@ -1,13 +0,0 @@
import { styled } from "@mui/material";
export const ManageSectionLabel = styled("summary")(
({ theme }) => `
text-align: center;
margin-bottom:${theme.spacing(1)};
`,
);
export const ManageSectionOptions = styled("section")(
({ theme }) => `
margin-bottom:${theme.spacing(4)};
`,
);