Fix org settings label font weight
This commit is contained in:
parent
a7cd15c4f8
commit
8e65edc6f8
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user