-
-
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
[Checkbox] Make color="primary" default #26002
Conversation
The difference of argos is given to the change of color of the component. |
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.
It breaks the two demos in https://next.material-ui.com/customization/theming/#nesting-the-theme.
|
Ups! I will review it during the day. |
@bramick Is this the type of change that you did in your design system (the swap of secondary/primary you talked about during our last user interview)? |
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.
👍 thanks!
[Checkbox] Make
color="primary"
the default over secondary. This better matches the material design guidelines.Preview migrate guide: https://deploy-preview-26002--material-ui.netlify.app/guides/migration-v4/#checkbox
One of the material design section #20012