From 1160fd709f3a20120f135f6fcd85eb0892145b6b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 2 May 2022 14:40:43 +0200 Subject: [PATCH] Fix ng select input font color --- client/src/sass/ng-select.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss index f4c908da3..181ce4077 100644 --- a/client/src/sass/ng-select.scss +++ b/client/src/sass/ng-select.scss @@ -27,6 +27,10 @@ $ng-select-value-font-size: 15px; } } + .ng-input > input { + color: pvar(--inputForegroundColor) !important; + } + .ng-dropdown-panel .ng-dropdown-panel-items .ng-option { color: pvar(--mainForegroundColor); background-color: pvar(--mainBackgroundColor); -- 2.41.0