Skip to content

Commit 12129cd

Browse files
committed
fix(ui): uses vivid red-500 for CI failure dots
1 parent 986ac1f commit 12129cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/shared/StatusDot.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ const STATUS_CONFIG = {
1717
pulse: true,
1818
},
1919
failure: {
20-
bg: "bg-error ring-2 ring-error/30",
20+
bg: "bg-red-500",
2121
label: "Checks failing",
2222
pulse: false,
2323
},
2424
error: {
25-
bg: "bg-error ring-2 ring-error/30",
25+
bg: "bg-red-500",
2626
label: "Checks failing",
2727
pulse: false,
2828
},

0 commit comments

Comments
 (0)