Skip to content

Commit f106532

Browse files
committed
Change KILLED run status color from dark-blue to red
1 parent 8166888 commit f106532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/base/StatusField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const statusToColorMap = {
77
RUNNING: "primary",
88
SUCCEEDED: "success",
99
FAILED: "error",
10-
KILLED: "secondary",
10+
KILLED: "error",
1111
UNKNOWN: "warning",
1212
} as const;
1313

0 commit comments

Comments
 (0)