diff --git a/packages/editor-ui/src/components/executions/global/GlobalExecutionsListItem.vue b/packages/editor-ui/src/components/executions/global/GlobalExecutionsListItem.vue index c347f6a850..1fbbfd542a 100644 --- a/packages/editor-ui/src/components/executions/global/GlobalExecutionsListItem.vue +++ b/packages/editor-ui/src/components/executions/global/GlobalExecutionsListItem.vue @@ -351,7 +351,7 @@ async function handleActionItemClick(commandData: Command) { } &.new td:first-child::before { - background: var(--execution-card-border-new); + background: var(--execution-card-border-waiting); } &.running td:first-child::before { @@ -401,8 +401,8 @@ async function handleActionItemClick(commandData: Command) { font-weight: var(--font-weight-normal); } - .new { - color: var(--color-text-dark); + .new & { + color: var(--execution-card-text-waiting); } .running & {