From 801bf16b92464413563b1b691c47d4067731d6db Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 8 Nov 2024 14:08:59 +0530 Subject: [PATCH] Unused --- .../CollectionShare/styledComponents.tsx | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 web/apps/photos/src/components/Collections/CollectionShare/styledComponents.tsx diff --git a/web/apps/photos/src/components/Collections/CollectionShare/styledComponents.tsx b/web/apps/photos/src/components/Collections/CollectionShare/styledComponents.tsx deleted file mode 100644 index 344484f254..0000000000 --- a/web/apps/photos/src/components/Collections/CollectionShare/styledComponents.tsx +++ /dev/null @@ -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)}; -`, -);