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}`,
|
||||
},
|
||||
},
|
||||
formControl: {
|
||||
marginTop: '0px !important',
|
||||
},
|
||||
},
|
||||
MuiStepLabel: {
|
||||
label: {
|
||||
|
|
Loading…
Reference in New Issue