Skip to content

Commit

Permalink
Merge pull request #19 from andrewfritz86/fix-hover
Browse files Browse the repository at this point in the history
Fix hover
  • Loading branch information
andrewfritz86 authored Jun 11, 2024
2 parents c32c4cf + 86aa078 commit 4887e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function ChallengeNote({
noteState,
}: ChallengeNoteProps) {
const klass = classNames(
"over:scale-105 transition duration-250 rounded-md m-2 basis-1/4 h-20",
"hover:scale-105 transition duration-250 rounded-md m-2 basis-1/4 h-20",
{
"bg-green-500": noteState === NoteState.completed,
"bg-sky-500/50": noteState === NoteState.clean,
Expand Down

0 comments on commit 4887e7d

Please sign in to comment.