fix: use the proper variable for select header in table (#7107)

This commit is contained in:
Barthélémy Ledoux
2025-01-31 16:22:43 +01:00
committed by Bart Ledoux
parent f7df60419c
commit b853dd0b6e

View File

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