mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
fixed typography issues (#10886)
This commit is contained in:
parent
b264a3f442
commit
55ffe9913d
@ -15,6 +15,7 @@ import {
|
||||
SectionComponent,
|
||||
SectionHeaderComponent,
|
||||
ToastService,
|
||||
TypographyModule,
|
||||
} from "@bitwarden/components";
|
||||
import { PasswordRepromptService } from "@bitwarden/vault";
|
||||
|
||||
@ -30,6 +31,7 @@ import { PasswordRepromptService } from "@bitwarden/vault";
|
||||
SectionHeaderComponent,
|
||||
MenuModule,
|
||||
IconButtonModule,
|
||||
TypographyModule,
|
||||
],
|
||||
})
|
||||
export class TrashListItemsContainerComponent {
|
||||
|
@ -5,7 +5,11 @@
|
||||
</ng-container>
|
||||
</popup-header>
|
||||
<ng-container *ngIf="deletedCiphers$ | async as deletedItems">
|
||||
<bit-callout *ngIf="deletedItems.length" type="warning" title="{{ 'warning' | i18n }}">
|
||||
<bit-callout
|
||||
*ngIf="deletedItems.length"
|
||||
type="warning"
|
||||
title="{{ 'warning' | i18n | titlecase }}"
|
||||
>
|
||||
{{ "trashWarning" | i18n }}
|
||||
</bit-callout>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user