Reduce font-weight of table header
This commit is contained in:
parent
1963e93d2e
commit
715ee0fa3f
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
||||||
|
|
||||||
.ag-header-cell-label {
|
.ag-header-cell-label {
|
||||||
font-family: var(--content-font-family);
|
font-family: var(--content-font-family);
|
||||||
font-weight: 600;
|
font-weight: 500;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue