diff --git a/src/Corporation/ui/CityTabs.tsx b/src/Corporation/ui/CityTabs.tsx index 47beaf5b4..743a54770 100644 --- a/src/Corporation/ui/CityTabs.tsx +++ b/src/Corporation/ui/CityTabs.tsx @@ -30,7 +30,7 @@ export function CityTabs(props: IProps): React.ReactElement { } return ( <> - + {Object.values(division.offices).map( (office: OfficeSpace | 0) => office !== 0 && , )} diff --git a/src/Corporation/ui/CorporationRoot.tsx b/src/Corporation/ui/CorporationRoot.tsx index 05543b268..34b1a4aee 100644 --- a/src/Corporation/ui/CorporationRoot.tsx +++ b/src/Corporation/ui/CorporationRoot.tsx @@ -38,7 +38,7 @@ export function CorporationRoot(): React.ReactElement { return ( - + {corporation.divisions.map((div) => ( diff --git a/src/Themes/ui/Theme.tsx b/src/Themes/ui/Theme.tsx index 1b8a5058f..f5890b45a 100644 --- a/src/Themes/ui/Theme.tsx +++ b/src/Themes/ui/Theme.tsx @@ -348,6 +348,19 @@ export function refreshTheme(): void { }, }, MuiTabs: { + styleOverrides: { + scrollButtons: { + backgroundColor: Settings.theme.backgroundsecondary, + color: Settings.theme.secondary, + margin: '3px', + opacity: 1, + width: 'fit-content', + + "&.Mui-disabled": { + opacity: 0.5 + } + } + }, defaultProps: { TabIndicatorProps: { style: {