For my current web project, I am utilizing Mui for styling purposes. I am seeking guidance on how to style a radio button in a way that it appears completely filled with one color when selected. It is important that this styling method is compatible with Mui Radio buttons.
To better illustrate, here is an example of how I would like the styled radio button to appear: https://i.sstatic.net/RSmL6.png
The desired look is similar to the first radio button in the example image, whereas the current appearance resembles the 4th option in Mui.
In addition, I also need to achieve this styling using styled components.