mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
FormLabel matches InputLabel styles
This commit is contained in:
@@ -353,6 +353,14 @@ export const components = (theme: Theme): ThemeOptions => {
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiFormLabel: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
...theme.typography.button,
|
||||
color: theme.palette.text.primary,
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiFormHelperText: {
|
||||
styleOverrides: {
|
||||
contained: {
|
||||
|
||||
Reference in New Issue
Block a user