From 824a3c5fcc7929636ceca8fbef1a7ffb7f2a790b Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 10 Jul 2025 21:54:32 +0300 Subject: [PATCH] style/table collections: fix an issue with column headers --- apps/client/src/stylesheets/table.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/table.css b/apps/client/src/stylesheets/table.css index 43ad38883..f05d013c1 100644 --- a/apps/client/src/stylesheets/table.css +++ b/apps/client/src/stylesheets/table.css @@ -32,5 +32,5 @@ } .tabulator .tabulator-header .tabulator-col { - background: transparent; + background: var(--col-header-background-color); } \ No newline at end of file