refactor: tweak header style

This commit is contained in:
Carlos Valente
2024-12-15 10:54:18 +01:00
committed by Carlos Valente
parent 3701ba5174
commit 976dc9cbde
@@ -45,12 +45,11 @@ $table-header-font-size: calc(1rem - 3px);
.tableHeader { .tableHeader {
position: sticky; position: sticky;
top: -1px; top: 0px;
z-index: 10; z-index: 10;
background-color: $ui-black;
font-size: $table-header-font-size; font-size: $table-header-font-size;
color: $gray-700; color: $label-gray;}
}
th { th {
background-color: $gray-1300; background-color: $gray-1300;