Remove theme to line 109

This commit is contained in:
Alireza Adli 2023-10-12 14:16:25 -04:00
parent 0e52538a13
commit c24379671d

View File

@ -106,7 +106,7 @@ export const ColouringMap : FC<ColouringMapProps> = ({
name={'cc-base-pane'} name={'cc-base-pane'}
style={{zIndex: 50}} style={{zIndex: 50}}
> >
<CityMap theme={darkLightTheme}/> <CityMap />
<BuildingBaseLayer theme={darkLightTheme} /> <BuildingBaseLayer theme={darkLightTheme} />
</Pane> </Pane>