Removing formControl default margin top from theme
This commit is contained in:
parent
58fc5f4cfe
commit
d8e5456354
|
@ -102,6 +102,9 @@ export default createMuiTheme({
|
||||||
borderBottom: `2px solid ${secondary}`,
|
borderBottom: `2px solid ${secondary}`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
formControl: {
|
||||||
|
marginTop: '0px !important',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
MuiStepLabel: {
|
MuiStepLabel: {
|
||||||
label: {
|
label: {
|
||||||
|
|
Loading…
Reference in New Issue