Skip to content

Commit

Permalink
fix: contrast of X icon on cards
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Oct 28, 2023
1 parent 3a888c4 commit 8ab7d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/kanban/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@double-click="deleteCardWithAnimation(index)"
@single-click="deleteCardWithConfirmation(index)"
>
<XMarkIcon class="text-dim-1 text-accent-hover h-4 w-4" />
<XMarkIcon class="text-accent-hover h-4 w-4" :class="cardTextColor" />
</ClickCounter>
</div>
<div
Expand Down

0 comments on commit 8ab7d1f

Please sign in to comment.