Removing formControl default margin top from theme

This commit is contained in:
apanizo 2018-10-03 17:34:13 +02:00
parent 58fc5f4cfe
commit d8e5456354
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ export default createMuiTheme({
borderBottom: `2px solid ${secondary}`,
},
},
formControl: {
marginTop: '0px !important',
},
},
MuiStepLabel: {
label: {