1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

decrease headings within browser extension to h6 styling (#10383)

This commit is contained in:
Nick Krantz
2024-08-05 13:06:55 -05:00
committed by GitHub
parent 8fcf717ec4
commit 334393ff16
6 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<form [formGroup]="identityForm">
<bit-section>
<bit-section-header>
<h2 bitTypography="h5">{{ "personalDetails" | i18n }}</h2>
<h2 bitTypography="h6">{{ "personalDetails" | i18n }}</h2>
</bit-section-header>
<bit-card>
<bit-form-field>
@@ -51,7 +51,7 @@
</bit-section>
<bit-section>
<bit-section-header>
<h2 bitTypography="h5">{{ "identification" | i18n }}</h2>
<h2 bitTypography="h6">{{ "identification" | i18n }}</h2>
</bit-section-header>
<bit-card>
<bit-form-field>
@@ -90,7 +90,7 @@
</bit-section>
<bit-section>
<bit-section-header>
<h2 bitTypography="h5">{{ "contactInfo" | i18n }}</h2>
<h2 bitTypography="h6">{{ "contactInfo" | i18n }}</h2>
</bit-section-header>
<bit-card>
<bit-form-field>
@@ -109,7 +109,7 @@
</bit-section>
<bit-section>
<bit-section-header>
<h2 bitTypography="h5">{{ "address" | i18n }}</h2>
<h2 bitTypography="h6">{{ "address" | i18n }}</h2>
</bit-section-header>
<bit-card>
<bit-form-field>