fix megacorp factions not letting you join them after soft reset

This commit is contained in:
Olivier Gagnon
2021-09-16 21:19:53 -04:00
parent 195dff7c44
commit 744f3bc067
3 changed files with 15 additions and 7 deletions
+8
View File
@@ -175,6 +175,14 @@ export const theme = createTheme({
},
},
},
MuiSlider: {
styleOverrides: {
valueLabel: {
color: colors.primary,
backgroundColor: colors.well,
},
},
},
MuiDrawer: {
styleOverrides: {
paper: {