From 69c8106f642af1a2d6d939a2b6396d189f2f448c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 8 Jul 2023 02:16:04 +0200 Subject: [PATCH] Updated the light.js theme --- src/common/themes/light.js | 10 ++++++++++ 1 file changed, 10 insertions(+) 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', + } + } } } });