ctx.navigation.goto(`/applications/${app.metadata.name}`, {}, {event: e})}>
diff --git a/ui/src/app/shared/components/colors.ts b/ui/src/app/shared/components/colors.ts
index 72974551c96fc..9f38d3f925442 100644
--- a/ui/src/app/shared/components/colors.ts
+++ b/ui/src/app/shared/components/colors.ts
@@ -4,6 +4,7 @@ export const ARGO_FAILED_COLOR = '#E96D76';
export const ARGO_RUNNING_COLOR = '#0DADEA';
export const ARGO_GRAY4_COLOR = '#CCD6DD';
export const ARGO_TERMINATING_COLOR = '#DE303D';
+export const ARGO_SUSPENDED_COLOR = '#766f94';
export const COLORS = {
connection_status: {
@@ -14,9 +15,9 @@ export const COLORS = {
health: {
degraded: ARGO_FAILED_COLOR,
healthy: ARGO_SUCCESS_COLOR,
- missing: ARGO_GRAY4_COLOR,
+ missing: ARGO_WARNING_COLOR,
progressing: ARGO_RUNNING_COLOR,
- suspended: ARGO_GRAY4_COLOR,
+ suspended: ARGO_SUSPENDED_COLOR,
unknown: ARGO_GRAY4_COLOR
},
operation: {
diff --git a/ui/yarn.lock b/ui/yarn.lock
index 0a0a592ee4425..a67bda5a1dc81 100644
--- a/ui/yarn.lock
+++ b/ui/yarn.lock
@@ -1669,7 +1669,7 @@ are-we-there-yet@~1.1.2:
"argo-ui@git+https://github.com/argoproj/argo-ui.git":
version "1.0.0"
- resolved "git+https://github.com/argoproj/argo-ui.git#a7be8b3208549c7cf5a0b9531ca41af5614f0eda"
+ resolved "git+https://github.com/argoproj/argo-ui.git#270fe1a236185a94693ae56939042b393e5c0239"
dependencies:
"@fortawesome/fontawesome-free" "^5.8.1"
"@tippy.js/react" "^2.1.2"