mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
decrease headings within browser extension to h6 styling (#10383)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<bit-section *ngIf="hasCustomFields">
|
||||
<bit-section-header>
|
||||
<h2 bitTypography="h5">{{ "customFields" | i18n }}</h2>
|
||||
<h2 bitTypography="h6">{{ "customFields" | i18n }}</h2>
|
||||
</bit-section-header>
|
||||
<form [formGroup]="customFieldsForm">
|
||||
<bit-card
|
||||
|
||||
Reference in New Issue
Block a user