Updated the light.js theme

This commit is contained in:
Mathias Wagner 2023-07-08 02:16:04 +02:00
parent d4dc3a57b0
commit 69c8106f64
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -26,6 +26,16 @@ const theme = createTheme({
lineHeight: '1.5rem',
}
}
},
MuiTab: {
styleOverrides: {
root: {
textTransform: 'none',
fontWeight: 'bold',
fontSize: '1.5rem',
color: '#000000',
}
}
}
}
});