From 5f4876bb60ba9eafa099f3a0d0d36826401b68d7 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Fri, 2 Oct 2020 18:47:33 +1000 Subject: [PATCH] Adjusted grid edit rect color --- src/components/map/MapGridEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };