diff --git a/src/components/map/MapFog.js b/src/components/map/MapFog.js index 50774e6..c0cbfba 100644 --- a/src/components/map/MapFog.js +++ b/src/components/map/MapFog.js @@ -67,7 +67,7 @@ function MapFog({ setDrawingShape({ type: "fog", data: { points: [brushPosition] }, - strokeWidth: 0.1, + strokeWidth: 0.5, color: "black", blend: true, // Blend while drawing id: shortid.generate(),