how to change the value text color and the arrow color in ion-select v4 ?
I tried the --color variable but it doesn’t work
ion-select {
width: 100%;
max-width: 100%;
--color: #7044ff!important;
}
and select-text class as well didn’t work
.select-text {
font-size: 17px!important;
color: #7044ff!important;
}