Fix org settings label font weight

This commit is contained in:
Henry Wilkinson 2023-02-03 03:01:41 -05:00
parent a7cd15c4f8
commit 8e65edc6f8

View File

@ -68,7 +68,7 @@ export class OrgSettings extends LiteElement {
render() {
return html`<header class="mb-5">
<h2 class="text-xl leading-10">${msg("Org Settings")}</h2>
<h2 class="text-xl font-medium leading-10">${msg("Org Settings")}</h2>
</header>
<btrix-tab-list activePanel=${this.activePanel} ?hideIndicator=${true}>