1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-09 09:51:02 +01:00

Fix the reb color issue (#9696)

This commit is contained in:
cyprain-okeke 2024-06-17 17:31:24 +01:00 committed by GitHub
parent 92f71e4f83
commit 6f91ecf41b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,10 +21,10 @@
{{ displayedStatus }} {{ displayedStatus }}
</span> </span>
</dd> </dd>
<dt [ngClass]="{ 'tw-text-danger': isExpired }"> <dt>
{{ data.date.label | titlecase }} {{ data.date.label | titlecase }}
</dt> </dt>
<dd [ngClass]="{ 'tw-text-danger': isExpired }"> <dd>
{{ data.date.value | date: "mediumDate" }} {{ data.date.value | date: "mediumDate" }}
</dd> </dd>
</ng-container> </ng-container>