diff --git a/ui/src/components/dashboard/components/tables/executions/InProgress.vue b/ui/src/components/dashboard/components/tables/executions/InProgress.vue index 0ce17b0269d..9e514e9805b 100644 --- a/ui/src/components/dashboard/components/tables/executions/InProgress.vue +++ b/ui/src/components/dashboard/components/tables/executions/InProgress.vue @@ -188,13 +188,6 @@ code { } .inprogress { - background: var(--ks-background-body); - & a { - color: #8e71f7; - - html.dark & { - color: #e0e0fc; - } - } + background: var(--ks-background-table-row); } diff --git a/ui/src/components/dashboard/components/tables/executions/NextScheduled.vue b/ui/src/components/dashboard/components/tables/executions/NextScheduled.vue index d9f7e454d04..ba776495f11 100644 --- a/ui/src/components/dashboard/components/tables/executions/NextScheduled.vue +++ b/ui/src/components/dashboard/components/tables/executions/NextScheduled.vue @@ -209,8 +209,7 @@ code { } .nextscheduled { - --el-table-tr-bg-color: var(--ks-background-body) !important; - background: var(--ks-background-body); + background: var(--ks-background-table-row); } .next-toggle {