n8design / htwoo

hTWOo - a better Fluent UI framework.
http://my.n8d.at/hTWOo
MIT License
91 stars 9 forks source link

Wrong font weight on table headers #125

Closed gabbsmo closed 3 months ago

gabbsmo commented 3 months ago

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):

gabbsmo commented 3 months ago

My workaround:

.hoo-table.compact tfoot th, .hoo-table.compact tbody th, .hoo-table.compact thead th {
    font-weight: 600;
}
StfBauer commented 3 months ago

Thank for finding this issue.

StfBauer commented 3 months ago

Fixed in in 2.4. 0