fix: improve cursor circle visibility with white fill and larger radius
This commit is contained in:
parent
30b13d6898
commit
c3292b4f6c
1 changed files with 3 additions and 2 deletions
|
|
@ -342,8 +342,9 @@ export default function SvgOverlay({
|
||||||
<circle
|
<circle
|
||||||
cx={mousePosition.x}
|
cx={mousePosition.x}
|
||||||
cy={mousePosition.y}
|
cy={mousePosition.y}
|
||||||
r={5}
|
r={6}
|
||||||
fill="transparent"
|
fill="white"
|
||||||
|
fillOpacity={0.3}
|
||||||
stroke={selectedColor}
|
stroke={selectedColor}
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue