From 6760cacad53c869e3c849601aecf0a61139cd579 Mon Sep 17 00:00:00 2001 From: Iblis Lin Date: Tue, 12 Nov 2024 15:24:52 +0800 Subject: [PATCH] make placeholder color tunable (#506) --- src/app/mat-select-search/mat-select-search.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/mat-select-search/mat-select-search.component.scss b/src/app/mat-select-search/mat-select-search.component.scss index f247347..d7b6049 100755 --- a/src/app/mat-select-search/mat-select-search.component.scss +++ b/src/app/mat-select-search/mat-select-search.component.scss @@ -59,6 +59,10 @@ $mat-select-panel-padding: 8px; } } +.mat-select-search-input::placeholder { + color: var(--mdc-filled-text-field-input-text-placeholder-color); +} + .mat-select-search-inner-toggle-all { .mat-select-search-input { padding-left: 5px;