diff --git a/src/common/themes/light.js b/src/common/themes/light.js index 8913c25..da0e89d 100644 --- a/src/common/themes/light.js +++ b/src/common/themes/light.js @@ -26,6 +26,16 @@ const theme = createTheme({ lineHeight: '1.5rem', } } + }, + MuiTab: { + styleOverrides: { + root: { + textTransform: 'none', + fontWeight: 'bold', + fontSize: '1.5rem', + color: '#000000', + } + } } } });