1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

[PM-9627] item details v2 defects (#10082)

* Pull proper item name in item details. add Typography Module to reusable view sections
This commit is contained in:
Jason Ng
2024-07-11 18:48:47 -04:00
committed by GitHub
parent d7fa592521
commit 7243d62b19
6 changed files with 43 additions and 14 deletions

View File

@@ -12,6 +12,7 @@ import {
InputModule,
SectionComponent,
SectionHeaderComponent,
TypographyModule,
} from "@bitwarden/components";
@Component({
@@ -27,6 +28,7 @@ import {
InputModule,
SectionComponent,
SectionHeaderComponent,
TypographyModule,
],
})
export class CustomFieldV2Component {