mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
using theme control (#37)
This commit is contained in:
parent
823d8c2c82
commit
9d8dbc235e
@ -80,6 +80,8 @@ function MapContainer({ layers, map }: { layers: LayerProps[]; map: any }) {
|
|||||||
showLayerControl={map.show_layer_control}
|
showLayerControl={map.show_layer_control}
|
||||||
showGratitudeControl={map.show_gratitude_control}
|
showGratitudeControl={map.show_gratitude_control}
|
||||||
donationWidget={map.donation_widget}
|
donationWidget={map.donation_widget}
|
||||||
|
showThemeControl={map.show_theme_control}
|
||||||
|
defaultTheme={map.default_theme}
|
||||||
>
|
>
|
||||||
{layers &&
|
{layers &&
|
||||||
apis &&
|
apis &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user