diff --git a/theme.ts b/theme.ts index a7005bf0..d22804dd 100644 --- a/theme.ts +++ b/theme.ts @@ -87,7 +87,7 @@ export const theme = { 9: '36px', 10: '40px', }, - maxWidth: ({ theme, breakpoints }) => ({ + maxWidth: ({ theme, breakpoints }: any) => ({ none: 'none', 0: '0px', xs: '320px',