Skip to content

Commit 7253cc8

Browse files
committed
lint
1 parent 4031609 commit 7253cc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/array/src/renderer/components/CursorGlow.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ export function CursorGlow() {
7171
"radial-gradient(circle at center, var(--fire-glow) 0%, transparent 70%)",
7272
opacity: flicker.opacity,
7373
zIndex: 9999,
74-
transition: "opacity 0.1s ease-out, width 0.1s ease-out, height 0.1s ease-out",
74+
transition:
75+
"opacity 0.1s ease-out, width 0.1s ease-out, height 0.1s ease-out",
7576
}}
7677
/>
7778
);

0 commit comments

Comments
 (0)