]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: global search text illegible in light mode (#6602)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 7 May 2024 08:48:47 +0000 (01:48 -0700)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 08:48:47 +0000 (01:48 -0700)
src-ui/src/app/components/app-frame/global-search/global-search.component.scss

index 646e40dde4008d73bcc8bd5c98bce846bf083c40..9bd9a736e8d5b8cf358805bfb2af77cb8770bf47 100644 (file)
@@ -41,6 +41,7 @@ form {
     transition: all .3s ease, padding-left 0s ease, background-color 0s ease; // Safari requires all
     > input {
       outline: none;
+      color: var(--pngx-primary-text-contrast);
 
       &::placeholder {
         color: rgba(255, 255, 255, 0.4);