FormLabel matches InputLabel styles

This commit is contained in:
Sidney Alcantara
2021-11-11 18:24:10 +11:00
parent 815323a567
commit 50b74f436a

View File

@@ -353,6 +353,14 @@ export const components = (theme: Theme): ThemeOptions => {
},
},
},
MuiFormLabel: {
styleOverrides: {
root: {
...theme.typography.button,
color: theme.palette.text.primary,
},
},
},
MuiFormHelperText: {
styleOverrides: {
contained: {