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
The root render was updated so that the App is now wrapped in and . This change ensures that the global theming and base CSS provided by @primer/react are applied across your application. The application relies on these components to correctly style UI elements (including components like the Radio button). Without these wrappers, the app might not show the intended visual differentiation or styling.
Thanks @sushanthi1813
If you are referring to Theme provider, please note that checked radio does not visually render differentiated, even when encapsulated inside ThemeProvider and BaseStyle.
Description
A radio button is expected to be visually differentiated when checked.
It is not the case with @primer/react v37.11.2
Steps to reproduce
CodeSanbox
Version
v37.11.2
Browser
Edge
The text was updated successfully, but these errors were encountered: