Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
fix: hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
D33102 committed Jul 12, 2023
1 parent 64a8045 commit 842ef83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
@apply mr-6 w-fit rounded-lg px-2 py-1 text-xs ring-8 lg:px-4 lg:py-2 lg:text-sm;
}
.unClickedSizeButton {
@apply bg-pink-400 ring-pink-400/30 transition-all duration-300;
@apply bg-pink-400 ring-pink-400/30 transition-all duration-300 hover:bg-red-400;
}
}

0 comments on commit 842ef83

Please sign in to comment.