Reduce font-weight of table header

This commit is contained in:
jeffvli 2023-01-05 19:57:21 -08:00
parent 1963e93d2e
commit 715ee0fa3f

View file

@ -125,7 +125,7 @@
.ag-header-cell-label {
font-family: var(--content-font-family);
font-weight: 600;
font-weight: 500;
text-transform: uppercase;
}