Skip to content

Commit

Permalink
IconButton default size large -> medium (follow MUI/MD)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Jun 25, 2024
1 parent 8ab5e39 commit 8362b34
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/theme/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ export const appComponents = ({
size: 'small',
},
},
MuiIconButton: {
defaultProps: {
size: 'large', // MUI v4 default. Consider removing.
},
},
MuiCard: {
defaultProps: {
elevation: 8,
Expand Down

0 comments on commit 8362b34

Please sign in to comment.