From 34cd13a88f65b996fe915009c48af8ff7bec9962 Mon Sep 17 00:00:00 2001 From: Mutasem Date: Wed, 28 Jul 2021 21:51:02 +0200 Subject: [PATCH] update warning color --- packages/editor-ui/src/components/ExecutionsList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/components/ExecutionsList.vue b/packages/editor-ui/src/components/ExecutionsList.vue index 70c7f7ba59..64d9b95cb4 100644 --- a/packages/editor-ui/src/components/ExecutionsList.vue +++ b/packages/editor-ui/src/components/ExecutionsList.vue @@ -702,7 +702,7 @@ export default mixins( } &.running, &.warning { - background-color: var(--color-warning-tint-1); + background-color: var(--color-warning-tint-2); color: var(--color-warning); } }