Fix the reb color issue (#9696)
This commit is contained in:
parent
92f71e4f83
commit
6f91ecf41b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue