Skip to content

Commit

Permalink
fix: reverted omit
Browse files Browse the repository at this point in the history
  • Loading branch information
federico.pini committed Dec 20, 2024
1 parent b21b71f commit 69363c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ThemeProvider/Ant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const generateAntTheme = ({ palette, typography, shape, spacing }: Partial<Theme
Tree: TreeTheme({ palette, shape }),
Typography: TypographyTheme({ typography }),
Input: InputTheme({ palette, shape, typography }),
InputNumber: InputTheme({ palette, shape, typography }),
InputNumber: InputTheme({ palette, shape, typography, spacing }),
Select: SelectTheme({ palette, shape, typography, spacing }),
Tag: TagTheme({ palette }),
Radio: RadioTheme({ palette, shape }),
Expand Down

0 comments on commit 69363c9

Please sign in to comment.