Skip to content

Commit

Permalink
Update maxWidth function to include TypeScript type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed Dec 29, 2024
1 parent 373d8d8 commit a280bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const theme = {
9: '36px',
10: '40px',
},
maxWidth: ({ theme, breakpoints }) => ({
maxWidth: ({ theme, breakpoints }: any) => ({
none: 'none',
0: '0px',
xs: '320px',
Expand Down

0 comments on commit a280bb0

Please sign in to comment.