Skip to content

Commit 0623d05

Browse files
authored
Removed negative margin on FormHelperText
A negative margin is not how the official TextField handles the FormHelperText, so it shouldn't be baked into this style here. Fixes TeamWertarbyte#266
1 parent aebb65c commit 0623d05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ChipInput.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ const styles = (theme) => {
104104
labelShrink: {
105105
top: 0
106106
},
107-
helperText: {
108-
marginBottom: -20
109-
},
107+
helperText: {},
110108
focused: {},
111109
disabled: {},
112110
underline: {

0 commit comments

Comments
 (0)