-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Migrate Radio demos to emotion #25396
[docs] Migrate Radio demos to emotion #25396
Conversation
@oliviertassinari Is it correct to do this for styles that make sense? Is there another way? const StyledFormControlLabel = styled((props: StyledFormControlLabelProps) => (
<FormControlLabel {...props} />
))(({ theme, checked }) => ({
'.MuiFormControlLabel-label': checked && {
color: theme.palette.secondary.main,
},
})); |
This failed for timeout. Run again CI please. |
4206e6d
to
05175c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On https://deploy-preview-25396--material-ui.netlify.app/components/radio-buttons/#customized-radios, the focus-visible state is broken
I have used the fix of the checkbox PR and applied it here. We are good :) |
@oliviertassinari I could not replicate it here, my day was full. Thanks for the help! |
The following demos of the Radio component were migrated:
Related to #16947