Fix large card date hover text color

This commit is contained in:
shamoon 2023-07-26 11:31:37 -07:00
parent c22461a1b6
commit 992a647424

View File

@ -94,7 +94,7 @@
<small>#{{document.archive_serial_number}}</small>
</div>
<ng-template #dateTooltip>
<div class="d-flex flex-column">
<div class="d-flex flex-column text-light">
<span i18n>Created: {{ document.created | customDate }}</span>
<span i18n>Added: {{ document.added | customDate }}</span>
<span i18n>Modified: {{ document.modified | customDate }}</span>