Fix: history timestamp tooltip illegible in dark mode

This commit is contained in:
shamoon 2024-05-12 12:22:44 -07:00
parent 52350f8b51
commit 2605f0d860

View File

@ -15,7 +15,7 @@
<li class="list-group-item"> <li class="list-group-item">
<div class="d-flex justify-content-between align-items-center"> <div class="d-flex justify-content-between align-items-center">
<ng-template #timestamp> <ng-template #timestamp>
<div> <div class="text-light">
{{ entry.timestamp | customDate:'longDate' }} {{ entry.timestamp | date:'shortTime' }} {{ entry.timestamp | customDate:'longDate' }} {{ entry.timestamp | date:'shortTime' }}
</div> </div>
</ng-template> </ng-template>