You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a question on StackOverflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.
Problem:
I need to change the behavior of the Radio to not change the color of the label when you click on one of the item.
Example:
Before choosing (or clicking) one of the items:
After clicking
Male
on the left side Radio group, the label changes colorThe docs did not mention any of this, but I saw that the label is actually a
MuiFormLabel-root
that means it is using the FormLabel component.I tried doing:
Which according to the docs will allow me to change the
.Mui-focused
, but it did not work. I tried:And I saw it took effect, which means I'm pretty much on the correct path but can't find the right trigger.
I've seen #11244 and tried out different approach but non of which worked. Is this even possibru?
The text was updated successfully, but these errors were encountered: