Skip to content

Commit

Permalink
fix: Change closed issue state to purple on issues table (#3406)
Browse files Browse the repository at this point in the history
  • Loading branch information
BekahHW committed May 16, 2024
1 parent d7ce220 commit 71b4478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Issues/IssueStateAuthorIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const IssueStateAuthorIcon = ({ state, author }: { state: IssueState; aut
backgroundColor = "bg-green-600";
break;
case "closed":
backgroundColor = "bg-red-600";
backgroundColor = "bg-purple-600";
break;
}

Expand Down

0 comments on commit 71b4478

Please sign in to comment.