diff --git a/src/App.tsx b/src/App.tsx index 826f57fa..5a58323b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -51,6 +51,13 @@ const theme = createTheme({ }, }, }, + MuiTab: { + styleOverrides: { + root: { + textTransform: "none", + }, + }, + }, }, });