Skip to content

Commit

Permalink
Change map theme to dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 19, 2024
1 parent bb3ac25 commit c427bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/dev/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const DevPage: React.FC = () => {
{...viewState}
onMove={evt => setViewState(evt.viewState)}
style={{ width: '100%', height: '100%' }}
mapStyle="mapbox://styles/mapbox/streets-v11"
mapStyle="mapbox://styles/mapbox/dark-v11"
mapboxAccessToken={MAPBOX_TOKEN}
onClick={() => setSelectedService(null)}
>
Expand Down

0 comments on commit c427bec

Please sign in to comment.