From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 7 May 2024 08:48:47 +0000 (-0700) Subject: Fix: global search text illegible in light mode (#6602) X-Git-Tag: v2.8.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda4742e860f592321538add3d6f2e93d99bcb3d;p=thirdparty%2Fpaperless-ngx.git Fix: global search text illegible in light mode (#6602) --- diff --git a/src-ui/src/app/components/app-frame/global-search/global-search.component.scss b/src-ui/src/app/components/app-frame/global-search/global-search.component.scss index 646e40dde4..9bd9a736e8 100644 --- a/src-ui/src/app/components/app-frame/global-search/global-search.component.scss +++ b/src-ui/src/app/components/app-frame/global-search/global-search.component.scss @@ -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);