From da353ffb10a41140bf18a9e50e97c88fd8bd2d9b Mon Sep 17 00:00:00 2001 From: Sidney Alcantara Date: Sat, 25 Sep 2021 16:44:19 +1000 Subject: [PATCH] text fields: increase label size --- src/theme/components.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/theme/components.tsx b/src/theme/components.tsx index aaa56e91..c09584e3 100644 --- a/src/theme/components.tsx +++ b/src/theme/components.tsx @@ -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: {