Skip to content

Commit

Permalink
remove mask cursor on mobile and tablite view
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed Apr 2, 2024
1 parent a5cb5e4 commit bd009cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Cursor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Cursor = ({ cursorVariant }) => {

return (
<motion.div
className="cursor 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"
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"
variants={variants}
animate={cursorVariant}
>
Expand Down
2 changes: 0 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,3 @@
@apply bg-gradient-to-br from-primary-foreground to-secondary;
}
}

/*Cursor*/

0 comments on commit bd009cc

Please sign in to comment.