diff --git a/src/index.tsx b/src/index.tsx index 42b71e4..d712a74 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -10,10 +10,15 @@ const theme = createTheme({ MuiFormControl: { styleOverrides: { root: { - margin: '0.8em 0', + margin: '0.3em 0', }, } }, + MuiFormHelperText: { + root: { + minHeight: '1.6em' + } + } }, });