diff --git a/apps/photos/src/components/Chip.tsx b/apps/photos/src/components/Chip.tsx index 3982333d2..c7e269558 100644 --- a/apps/photos/src/components/Chip.tsx +++ b/apps/photos/src/components/Chip.tsx @@ -1,10 +1,9 @@ -import { Box, styled } from '@mui/material'; +import { Button, ButtonProps, styled } from '@mui/material'; import { CSSProperties } from '@mui/material/styles/createTypography'; -export const Chip = styled(Box)(({ theme }) => ({ +export const Chip = styled((props: ButtonProps) => ( +