We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8166888 commit f106532Copy full SHA for f106532
src/components/base/StatusField.tsx
@@ -7,7 +7,7 @@ const statusToColorMap = {
7
RUNNING: "primary",
8
SUCCEEDED: "success",
9
FAILED: "error",
10
- KILLED: "secondary",
+ KILLED: "error",
11
UNKNOWN: "warning",
12
} as const;
13
0 commit comments