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)}; -`, -);