Skip to content

Commit c59f016

Browse files
committed
Make the ignored badge blue
1 parent 0c431f5 commit c59f016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/errors/ErrorStatusBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { cn } from "~/utils/cn";
44
const styles: Record<ErrorGroupStatus, string> = {
55
UNRESOLVED: "bg-error/10 text-error",
66
RESOLVED: "bg-success/10 text-success",
7-
IGNORED: "bg-charcoal-750 text-text-dimmed",
7+
IGNORED: "bg-blue-500/10 text-blue-400",
88
};
99

1010
const labels: Record<ErrorGroupStatus, string> = {

0 commit comments

Comments
 (0)