From 288af2c72a01c816fa8df5e7c7b37206e9b49882 Mon Sep 17 00:00:00 2001
From: Mathias Wagner <germannewsmaker@gmail.com>
Date: Sun, 30 Jul 2023 17:18:54 +0200
Subject: [PATCH] Updated the light.js theme

---
 src/common/themes/light.js | 8 ++++++++
 1 file changed, 8 insertions(+)

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',
+                }
+            }
+        }
     }
 });