]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: increase legibility of date filter clear button in light mode (#10649)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Thu, 21 Aug 2025 14:25:21 +0000 (07:25 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Aug 2025 14:25:21 +0000 (07:25 -0700)
src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.html

index 86b43f73128546ba7961a8cb3edbb49143075f66..9b243d90714be439942276e471ff87fb706572ea 100644 (file)
@@ -11,7 +11,7 @@
         <div class="selected-icon">
           @if (createdRelativeDate) {
             <a class="text-light focus-variants" href="javascript:void(0)" (click)="clearCreatedRelativeDate()">
-              <i-bs width="1em" height="1em" name="check" class="variant-unfocused"></i-bs>
+              <i-bs width="1em" height="1em" name="check" class="variant-unfocused text-dark"></i-bs>
               <i-bs width="1em" height="1em" name="x" class="variant-focused text-primary"></i-bs>
             </a>
           }