Skip to content

Commit

Permalink
[#83] polish preview-card collps button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Dec 5, 2023
1 parent 0fb1ad0 commit 7d9168f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui/preview-card/preview-card-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ $eventTypeColorsMap: (
}
.preview-card-header__button--collapse-closed {
@apply text-white bg-blue-700 ring-blue-300 dark:bg-blue-700;
@apply text-white bg-blue-700 ring-blue-300 dark:bg-blue-700 hover:bg-blue-700;
}
.preview-card-header__button--delete {
Expand Down

0 comments on commit 7d9168f

Please sign in to comment.