Skip to content

Commit

Permalink
feat(react): override MuiOutlinedInput padding
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Oct 17, 2024
1 parent 875aa8f commit 35f6e57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/react/src/theme/default-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ export const generateDefaultThemeOptions = (baseTheme: Theme): RecursivePartial<
},
},
},
MuiOutlinedInput: {
styleOverrides: {
input: {
padding: '0.67857143em 1em',
},
},
},
MuiTypography: {
defaultProps: {
variantMapping: {
Expand Down

0 comments on commit 35f6e57

Please sign in to comment.