How can i change the color of the border of RadzenRadioButton?

image

The default color of the border is purple.

I already changed the color of the center circle to green using the variable --rz-radio-circle-background-color.

Hi @zehguilherme,

You need to update the --rz-radio-checked-border variable. For example:

--rz-radio-checked-border: 1px solid green;
1 Like

Thanks! Worked perfectly!