]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: history timestamp tooltip illegible in dark mode (#6696)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 13 May 2024 01:43:05 +0000 (18:43 -0700)
committerGitHub <noreply@github.com>
Mon, 13 May 2024 01:43:05 +0000 (01:43 +0000)
src-ui/src/app/components/document-history/document-history.component.html

index 837ac0e69cb6bca080f9d4960c0395732642333c..8ada7880d80b5cbcdfba000e905899a8a5b59fe9 100644 (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>