Hi!
I want to change the colors of ion-radio
. I need to specify different colors like the next image.
I found only two related CSS Custom Properties (--color
and --color-checked
) at ion-radio: Ionic Framework API Docs
But they don’t do what I want…
There’s any way to change the colors individually?
I mean… the three colors (outer circle fill, outer circle border and inner circle)
Thanks!
P.S. I think that if it’s not possible nowadays, It could be an interesting feature to implement.