1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[SM-557] Use bitTypography for headers (#4839)

* Use bitTypography

* Remove tw-text-xl from menu items
This commit is contained in:
Oscar Hinton
2023-02-23 23:50:38 +01:00
committed by GitHub
parent d67257218e
commit 4d38c7a92a
9 changed files with 58 additions and 34 deletions

View File

@@ -23,10 +23,11 @@ import {
LinkModule,
MenuModule,
MultiSelectModule,
RadioButtonModule,
TableModule,
TabsModule,
RadioButtonModule,
ToggleGroupModule,
TypographyModule,
} from "@bitwarden/components";
// Register the locales for the application
@@ -67,10 +68,11 @@ import "./locales";
LinkModule,
MenuModule,
MultiSelectModule,
RadioButtonModule,
TableModule,
TabsModule,
RadioButtonModule,
ToggleGroupModule,
TypographyModule,
// Web specific
],
@@ -100,10 +102,11 @@ import "./locales";
LinkModule,
MenuModule,
MultiSelectModule,
RadioButtonModule,
TableModule,
TabsModule,
RadioButtonModule,
ToggleGroupModule,
TypographyModule,
// Web specific
],