Fix: history timestamp tooltip illegible in dark mode (#6696)

This commit is contained in:
shamoon 2024-05-12 18:43:05 -07:00 committed by GitHub
parent 52350f8b51
commit 68ca27c27c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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