From d8e5456354c146faefba2b31d0ae10866b6634ef Mon Sep 17 00:00:00 2001 From: apanizo Date: Wed, 3 Oct 2018 17:34:13 +0200 Subject: [PATCH] Removing formControl default margin top from theme --- src/theme/mui.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/theme/mui.js b/src/theme/mui.js index a9961d17..0cc2b232 100644 --- a/src/theme/mui.js +++ b/src/theme/mui.js @@ -102,6 +102,9 @@ export default createMuiTheme({ borderBottom: `2px solid ${secondary}`, }, }, + formControl: { + marginTop: '0px !important', + }, }, MuiStepLabel: { label: {