Skip to content

Commit

Permalink
make placeholder color tunable (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin authored Nov 12, 2024
1 parent 03bc04d commit 6760cac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/mat-select-search/mat-select-search.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6760cac

Please sign in to comment.