Skip to content

Commit

Permalink
#82: add hover effect for card
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-flo committed Sep 25, 2024
1 parent 78b426e commit 633f6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/app/core/IssueCard/issue-card.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="border border-border bg-card rounded-lg p-4 w-72" (click)="openIssue()">
<div class="border border-border bg-card rounded-lg p-4 w-72 cursor-pointer" (click)="openIssue()">
<div class="flex justify-between items-center mb-2 text-xs text-gray-500">
<span class="font-bold flex justify-center items-center space-x-1">
@if (state() === 'OPEN') {
Expand Down

0 comments on commit 633f6d3

Please sign in to comment.