Skip to content

Commit 828a308

Browse files
fix: correct custom cursor blend mode for both light and dark themes
1 parent 7535d09 commit 828a308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/contributors/ContributorsClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export default function ContributorsClient({
163163
{/* ── Custom Cursor ── */}
164164
<div
165165
ref={cursorRef}
166-
className="fixed top-0 left-0 w-8 h-8 rounded-full bg-black dark:bg-white mix-blend-difference pointer-events-none z-[100] -ml-4 -mt-4 hidden md:block"
166+
className="fixed top-0 left-0 w-8 h-8 rounded-full bg-white mix-blend-difference pointer-events-none z-[100] -ml-4 -mt-4 hidden md:block"
167167
style={{ transition: 'width 0.2s, height 0.2s' }}
168168
/>
169169

0 commit comments

Comments
 (0)