Add theme to line 109

This commit is contained in:
Alireza Adli 2023-10-12 14:10:05 -04:00
parent de0a2d5abe
commit 0e52538a13

View File

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