Adjusted grid edit rect color
This commit is contained in:
parent
03181c4165
commit
5f4876bb60
@ -61,7 +61,7 @@ function MapGridEditor({ map, onGridChange }) {
|
||||
|
||||
const editRectProps = {
|
||||
fill: "transparent",
|
||||
stroke: "white",
|
||||
stroke: "rgba(255, 255, 255, 0.75)",
|
||||
strokeWidth: editCircleRadius / 5,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user