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 {
position: sticky;
top: -1px;
top: 0px;
z-index: 10;
background-color: $ui-black;
font-size: $table-header-font-size;
color: $gray-700;
}
color: $label-gray;}
th {
background-color: $gray-1300;