Skip to content

Commit

Permalink
MuiTextField paddingLeft 0.5em
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenTheDev1001 authored and trillium committed Mar 4, 2024
1 parent 412d794 commit 65bbd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let theme = createTheme({
MuiTextField: {
defaultProps: {
inputProps: {
style: { width: '100%', color: uiKitColors.black, border: 'none' },
style: { width: '100%', color: uiKitColors.black, border: 'none', paddingLeft: '0.5em' },
},
fullWidth: true,
},
Expand Down

0 comments on commit 65bbd27

Please sign in to comment.