<!-- This is my html input tag -->
<input class="custom-radio" type="radio" name="selected_center" value="{{center.id}}"
id="selected_center_{{center.id}}">
<!-- Only CSS I am using for my custom color using accent property but cant change the color on hover -->
input[type='radio'] {
accent-color: #0098ff;
}
I have used hover property with input radio tag but not working.
Not sure why you would want to do this, but you can do it.