fix: improve cursor circle visibility with white fill and larger radius

This commit is contained in:
Marko Djordjevic 2026-02-12 14:20:57 +01:00
parent 30b13d6898
commit c3292b4f6c

View file

@ -342,8 +342,9 @@ export default function SvgOverlay({
<circle
cx={mousePosition.x}
cy={mousePosition.y}
r={5}
fill="transparent"
r={6}
fill="white"
fillOpacity={0.3}
stroke={selectedColor}
strokeWidth={2}
/>