Skip to content

Commit

Permalink
fix: message modal style
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwww committed Sep 27, 2024
1 parent 0b52655 commit 0198e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ html::-webkit-scrollbar {
}

.message-close {
@apply transition-colors hover:text-red-500;
@apply outline-none transition-colors hover:text-red-500;
}

.previous:hover {
Expand Down

0 comments on commit 0198e59

Please sign in to comment.