Adjusted grid edit rect color

This commit is contained in:
Mitchell McCaffrey 2020-10-02 18:47:33 +10:00
parent 03181c4165
commit 5f4876bb60

View File

@ -61,7 +61,7 @@ function MapGridEditor({ map, onGridChange }) {
const editRectProps = {
fill: "transparent",
stroke: "white",
stroke: "rgba(255, 255, 255, 0.75)",
strokeWidth: editCircleRadius / 5,
};