Skip to content

Commit

Permalink
Merge pull request #1492 from StephenTheDev1001/TextField-spacing-fix…
Browse files Browse the repository at this point in the history
…-1476

Normalize left side spacing on TextField MUI component
  • Loading branch information
StephenTheDev1001 authored Aug 29, 2023
2 parents e1494f3 + 469908d commit 058d06c
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 058d06c

Please sign in to comment.