diff --git a/src/components/Map/Map.jsx b/src/components/Map/Map.jsx index 71e1e34..a860db6 100644 --- a/src/components/Map/Map.jsx +++ b/src/components/Map/Map.jsx @@ -189,7 +189,7 @@ export default function Map({ setIsEdit(!isEdit); } }; - const redColor = { color: "#880808", fillColor: "None" }; + const transparentColor = { color: "#ffffff00", fillColor: "None" }; function SetBoundsRectangles() { const map = useMap(); @@ -208,7 +208,7 @@ export default function Map({ );