Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
Removed negative margin on FormHelperText
Browse files Browse the repository at this point in the history
A negative margin is not how the official TextField handles the FormHelperText, so it shouldn't be baked into this style here.

Fixes #266
  • Loading branch information
vdh committed Apr 3, 2020
1 parent aebb65c commit 0623d05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ChipInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ const styles = (theme) => {
labelShrink: {
top: 0
},
helperText: {
marginBottom: -20
},
helperText: {},
focused: {},
disabled: {},
underline: {
Expand Down

0 comments on commit 0623d05

Please sign in to comment.