I am using Angular 6, Material-UI, and I am trying to change the color of the placeholder/input in the select.
.mat-select-placeholder {
color: white !important;
background-color: red;
}
red background is set for testing.
I am seeing that the background of it changed to red
, but the text is still dark-gray.
Is there a reason it is not changing?