use switch for Pro-mode

This commit is contained in:
nikk gitanes
2023-03-28 21:59:28 +03:00
parent ea78eb0e52
commit f817d98b2c
2 changed files with 8 additions and 2 deletions

View File

@@ -53,6 +53,11 @@ export const useMaterialUITheme = () => {
secondary: { main: mainColors[theme].secondary },
},
overrides: {
MuiTypography: {
h6: {
fontSize: '1.2rem',
},
},
MuiInputBase: {
input: {
color: mainColors[theme].labels,