Skip to content

Commit

Permalink
Update retry button
Browse files Browse the repository at this point in the history
  • Loading branch information
MycroftKang committed Jan 19, 2024
1 parent 3a7810b commit 227d6d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib/suikaGame/gameOverModal/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
color: #000;
border-radius: 36px;
cursor: pointer;
&:hover {
transform: scale(1.05);
}

&:active {
transform: scale(1.1);
}
}

.linkArea {
Expand Down

0 comments on commit 227d6d4

Please sign in to comment.