From 45123d1842094b85f62135d3898e38c091546843 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Fri, 10 Dec 2021 22:29:18 +1100 Subject: [PATCH] Update dark map style --- src/components/Map/styles.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Map/styles.ts b/src/components/Map/styles.ts index 944c2553..6898d21a 100644 --- a/src/components/Map/styles.ts +++ b/src/components/Map/styles.ts @@ -17,7 +17,10 @@ export const MapStyles = { title: 'Light', url: 'mapbox://styles/mapbox/light-v10', } as MapStyle, - Dark: { title: 'Dark', url: 'mapbox://styles/mapbox/dark-v10' } as MapStyle, + Dark: { + title: 'Dark', + url: 'mapbox://styles/sachaw/ckwzwm92e1oep14pjunjqlqbo', + } as MapStyle, Satellite: { title: 'Satellite', url: 'mapbox://styles/mapbox/satellite-v9',