Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nuexq committed Apr 18, 2024
1 parent 75ec207 commit 0815b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Cursor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Cursor = ({ cursorVariant }) => {

return (
<motion.div
className="cursor max-lg:hidden size-8 bg-primary fixed rounded-full z-50 pointer-events-none mix-blend-darken dark:mix-blend-difference top-0 left-0 flex justify-center items-center color-black opacity-90"
className="cursor max-lg:hidden size-8 bg-primary fixed rounded-full z-50 pointer-events-none mix-blend-normal dark:mix-blend-difference top-0 left-0 flex justify-center items-center color-black opacity-90"
style={{
x: mousePosition.x - 16,
y: mousePosition.y - 16,
Expand Down

0 comments on commit 0815b51

Please sign in to comment.