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