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; }