diff --git a/src/common/themes/light.js b/src/common/themes/light.js index 5a0cb0e..9572872 100644 --- a/src/common/themes/light.js +++ b/src/common/themes/light.js @@ -27,6 +27,14 @@ const theme = createTheme({ } } }, + MuiTab: { + styleOverrides: { + root: { + textTransform: 'none', + fontSize: '1rem', + } + } + } } });