Updated the light.js theme

This commit is contained in:
Mathias Wagner 2023-07-30 17:18:54 +02:00
parent 9c076b6679
commit 288af2c72a
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -27,6 +27,14 @@ const theme = createTheme({
}
}
},
MuiTab: {
styleOverrides: {
root: {
textTransform: 'none',
fontSize: '1rem',
}
}
}
}
});