1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-17 07:15:13 +02:00

update heading level on password generator (#11556)

This commit is contained in:
Nick Krantz 2024-10-15 10:16:00 -05:00 committed by GitHub
parent 1c2cb4440b
commit 15e5a6d747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@ import {
SectionHeaderComponent, SectionHeaderComponent,
SelectModule, SelectModule,
ToggleGroupModule, ToggleGroupModule,
TypographyModule,
} from "@bitwarden/components"; } from "@bitwarden/components";
import { import {
createRandomizer, createRandomizer,
@ -55,6 +56,7 @@ const RANDOMIZER = new SafeInjectionToken<Randomizer>("Randomizer");
SectionHeaderComponent, SectionHeaderComponent,
SelectModule, SelectModule,
ToggleGroupModule, ToggleGroupModule,
TypographyModule,
], ],
providers: [ providers: [
safeProvider({ safeProvider({

View File

@ -1,6 +1,6 @@
<bit-section> <bit-section>
<bit-section-header *ngIf="showHeader"> <bit-section-header *ngIf="showHeader">
<h6 bitTypography="h6">{{ "options" | i18n }}</h6> <h2 bitTypography="h6">{{ "options" | i18n }}</h2>
</bit-section-header> </bit-section-header>
<form class="box" [formGroup]="settings" class="tw-container"> <form class="box" [formGroup]="settings" class="tw-container">
<div class="tw-mb-4"> <div class="tw-mb-4">