n8design/htwoo

Wrong font weight on table headers

Closed this issue · 3 comments

Describe the bug
<th> does not have a defined font-weight in htwoo-core. Compare Pattern Lab (700, in Edge's user agent style) with Fluent React (600).

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Edge
  • Version: 122

My workaround:

.hoo-table.compact tfoot th, .hoo-table.compact tbody th, .hoo-table.compact thead th {
    font-weight: 600;
}

Thank for finding this issue.

Fixed in in 2.4. 0