From 5cc24fd6abbda8b814fe687c04420f865d97d35c Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Fri, 14 Feb 2025 11:41:06 -0500 Subject: [PATCH] fix: added border around markers --- src/pages/Map.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Map.tsx b/src/pages/Map.tsx index 910de059..606f5be6 100644 --- a/src/pages/Map.tsx +++ b/src/pages/Map.tsx @@ -12,7 +12,6 @@ import { AttributionControl, GeolocateControl, Marker, - MarkerEvent, NavigationControl, Popup, ScaleControl, @@ -121,6 +120,7 @@ const MapPage = (): JSX.Element => { > ); @@ -145,7 +145,7 @@ const MapPage = (): JSX.Element => { maxPitch={0} antialias={true} style={{ - filter: darkMode ? "brightness(0.8)" : "", + filter: darkMode ? "brightness(0.9)" : "", }} dragRotate={false} touchZoomRotate={false}