style: match table header size

This commit is contained in:
Carlos Valente
2024-06-15 21:22:44 +02:00
committed by Carlos Valente
parent f026c1c1e3
commit f750ed3cdc
@@ -47,11 +47,13 @@ $table-header-font-size: calc(1rem - 3px);
position: sticky;
top: 0;
z-index: 10;
background-color: $gray-1300;
font-size: $table-header-font-size;
color: $gray-700;
font-weight: 400;
th {
background-color: $gray-1300;
}
}
.eventRow {