Unable to change color of ionic 4 selected text

Hi All,
In ionic 4, I am unable to change selected text color from ionic-select
from developer option i found select-text class reflecting selected text
i have tried adding color: #488aff to that class
but changes not reflecting color
please help

Thanks

solved.
add color to ion-select
it will reflect required color to selected text

1 Like

For placeholder, set opacity to 1.

ion-select::part(placeholder) {
    // add styles here to overwrite
}