I created this select My ion-select
So I changed the color of the buttons to cancel and Ok, so far everything as it should be. My problem is that I can't change the color of the selected radio. the default color is blue, i would like to change the radio color when selected.
<ion-select id="category" cancelText="Cancelar" okText="Confirmar" multiple="true" value="" placeholder="Selecionar">
<ion-select-option color="verde" value="Acessórios para Veículos">Acessórios para Veículos</ion-select-option>
<ion-select-option value="Alimentos e Bebidas">Alimentos e Bebidas</ion-select-option>
<ion-select-option value="Animais">Animais</ion-select-option>
<ion-select-option value="Antiguidades e Coleções">Antiguidades e Coleções</ion-select-option>
<ion-select-option value="Arte e Papelaria ">Arte e Papelaria </ion-select-option>
</ion-select>