We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c431f5 commit c59f016Copy full SHA for c59f016
apps/webapp/app/components/errors/ErrorStatusBadge.tsx
@@ -4,7 +4,7 @@ import { cn } from "~/utils/cn";
4
const styles: Record<ErrorGroupStatus, string> = {
5
UNRESOLVED: "bg-error/10 text-error",
6
RESOLVED: "bg-success/10 text-success",
7
- IGNORED: "bg-charcoal-750 text-text-dimmed",
+ IGNORED: "bg-blue-500/10 text-blue-400",
8
};
9
10
const labels: Record<ErrorGroupStatus, string> = {
0 commit comments