text fields: increase label size

This commit is contained in:
Sidney Alcantara
2021-09-25 16:44:19 +10:00
parent 6687b8289c
commit da353ffb10

View File

@@ -283,8 +283,7 @@ export const components = (theme: Theme): ThemeOptions => {
MuiInputLabel: {
styleOverrides: {
root: {
...theme.typography.caption,
fontWeight: 500,
...theme.typography.button,
color: theme.palette.text.primary,
},
filled: {