diff --git a/src/components/map/MapGridEditor.js b/src/components/map/MapGridEditor.js index fdeb0b1..1deb98e 100644 --- a/src/components/map/MapGridEditor.js +++ b/src/components/map/MapGridEditor.js @@ -61,7 +61,7 @@ function MapGridEditor({ map, onGridChange }) { const editRectProps = { fill: "transparent", - stroke: "white", + stroke: "rgba(255, 255, 255, 0.75)", strokeWidth: editCircleRadius / 5, };