We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0340ca commit df8d789Copy full SHA for df8d789
1 file changed
apps/array/src/renderer/components/CursorGlow.tsx
@@ -71,7 +71,8 @@ export function CursorGlow() {
71
"radial-gradient(circle at center, var(--fire-glow) 0%, transparent 70%)",
72
opacity: flicker.opacity,
73
zIndex: 9999,
74
- transition: "opacity 0.1s ease-out, width 0.1s ease-out, height 0.1s ease-out",
+ transition:
75
+ "opacity 0.1s ease-out, width 0.1s ease-out, height 0.1s ease-out",
76
}}
77
/>
78
);
0 commit comments