From c0b1cb273e56c04abff5d9893a5e37cda6eb3383 Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Fri, 14 Jul 2023 10:07:34 +0200 Subject: [PATCH] fix(editor): Increase contrast ratio in execution list workflow names (#6661) fix(editor): Increase contrast ration in execution list workflow names --- 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 3045185a4..c2ddce361 100644 --- a/packages/editor-ui/src/components/ExecutionsList.vue +++ b/packages/editor-ui/src/components/ExecutionsList.vue @@ -1201,7 +1201,7 @@ export default defineComponent({ } .link { - color: var(--color-text-light); + color: var(--color-text-base); text-decoration: underline; }