Skip to content

Commit

Permalink
fix(platform): add fix for incorrect font weight for column header in…
Browse files Browse the repository at this point in the history
… sorted state (#12018)
  • Loading branch information
InnaAtanasova authored Jun 25, 2024
1 parent 7c4e051 commit de36eaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/platform/table/table.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -634,3 +634,7 @@ fdk-dynamic-portal {
.fdp-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell:last-child {
border-left-style: none;
}

th.fd-table__cell .fd-table__inner {
font-weight: 700;
}

0 comments on commit de36eaa

Please sign in to comment.