1
0
Fork 0

Fix ng select input font color

This commit is contained in:
Chocobozzz 2022-05-02 14:40:43 +02:00
parent d05af385f4
commit 1160fd709f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -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);