-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[material-ui][ToggleButton] Convert to support CSS extraction #41782
Conversation
Netlify deploy previewhttps://deploy-preview-41782--material-ui.netlify.app/ @material-ui/core: parsed: +0.16% , gzip: +0.06% Bundle size reportDetails of bundle changes (Toolpad) |
…-button-css-extraction
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.
👍 This is AWESOME!
No worries, that's because the demo does not use CSS theme variables yet but it's out of the scope of this PR. The rest looks good. |
Part of #41273.
Convert
ToggleButton
andToggleButtonGroup
to support CSS extraction.The
Customized Dividers
rendering is buggy. In the deploy preview it works totally fine: https://deploy-preview-41782--material-ui.netlify.app/material-ui/react-toggle-button/#customization . The background colour of the parent paper element is somehow set incorrectly. Maybe someone has an idea why this could be?