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
1 changed files with 2 additions and 2 deletions

View File

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