From 715558c847dc30a4844a2515043c03c0bdbef1c0 Mon Sep 17 00:00:00 2001 From: Bart Ledoux Date: Thu, 30 Jan 2025 21:27:38 +0100 Subject: [PATCH] fix: use the proper variable for select header in table --- ui/src/components/layout/SelectTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/layout/SelectTable.vue b/ui/src/components/layout/SelectTable.vue index 9c8da732456..0e80e8afeac 100644 --- a/ui/src/components/layout/SelectTable.vue +++ b/ui/src/components/layout/SelectTable.vue @@ -80,7 +80,7 @@ position: absolute; height: var(--table-header-height); width: var(--table-header-width); - background-color: var(--bs-gray-100-darken-3); + background-color: var(--ks-background-table-header); border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0; border-bottom: 1px solid var(--ks-border-primary); overflow-x: auto;