Reduce font-weight of table header

This commit is contained in:
jeffvli
2023-01-05 19:57:21 -08:00
parent 1963e93d2e
commit 715ee0fa3f
+1 -1
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;
}