Skip to content

Commit

Permalink
feat: カーソルが変わるようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
void2610 committed Oct 11, 2023
1 parent ad4fb88 commit 01c5756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PageTransitionButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const PageTransitionButton = ({
width: "8vw",
height: "4vw",
backgroundColor: "white",
cursor: "pointer",
}}
whileHover={{ scale: 1.2, fillOpacity: 0.5 }}
whileTap={{
Expand Down

0 comments on commit 01c5756

Please sign in to comment.