Skip to content

Commit

Permalink
removed red border
Browse files Browse the repository at this point in the history
  • Loading branch information
stevem-zhou committed Sep 4, 2023
1 parent ac55be6 commit 1a5fd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Map/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -208,7 +208,7 @@ export default function Map({
<Rectangle
bounds={bounds}
eventHandlers={outerHandlers}
pathOptions={redColor}
pathOptions={transparentColor}
/>
</>
);
Expand Down

0 comments on commit 1a5fd30

Please sign in to comment.