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
|
||||
cx={mousePosition.x}
|
||||
cy={mousePosition.y}
|
||||
r={5}
|
||||
fill="transparent"
|
||||
r={6}
|
||||
fill="white"
|
||||
fillOpacity={0.3}
|
||||
stroke={selectedColor}
|
||||
strokeWidth={2}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue