convert blade to mui

This commit is contained in:
Olivier Gagnon
2021-09-27 17:09:48 -04:00
parent 498a204c88
commit 86678b6290
50 changed files with 1921 additions and 1527 deletions
+10
View File
@@ -261,6 +261,16 @@ export function refreshTheme(): void {
},
},
},
MuiTab: {
styleOverrides: {
textColorPrimary: {
color: Settings.theme.secondary,
"&.Mui-selected": {
color: Settings.theme.primary,
},
},
},
},
},
});
}