diff --git a/src/Components/Map/UtopiaMap.css b/src/Components/Map/UtopiaMap.css index a1f1a014..39189350 100644 --- a/src/Components/Map/UtopiaMap.css +++ b/src/Components/Map/UtopiaMap.css @@ -54,7 +54,7 @@ position: relative; top: -33px; left: 10px; - width: 13px; + width: 13px !important; } .fire-icon { diff --git a/src/Utils/MarkerIconFactory.ts b/src/Utils/MarkerIconFactory.ts index d0cf7cec..002dab9d 100644 --- a/src/Utils/MarkerIconFactory.ts +++ b/src/Utils/MarkerIconFactory.ts @@ -130,7 +130,7 @@ const MarkerIconFactory = ( icon: string, ) => { return divIcon({ - html: `${createSvg(shape, markerColor, borderColor)}x`, + html: `${createSvg(shape, markerColor, borderColor)}x`, iconAnchor: [17, 40], popupAnchor: [0, -40], iconSize: new Point(40, 46),