-
-
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
[pickers] Enable the sx
prop on all components
#30749
Conversation
@material-ui/lab: parsed: -0.19% 😍, gzip: -0.06% 😍 |
Hi @mnajdova, thanks a lot for the quick review, I really appreciate your time and your effort. Your review encouraged me to go ahead in the PR. |
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.
Looks great. Thanks a lot for the contribution
@flaviendelangle FYI |
Thanks ! |
Hi @mnajdova, thanks a lot for accepting the changes. |
sx
prop on all components
Fix #29385
This fixes the problem of not being able to change the style of internal components despite passing the prop
sx
. The problem happens because of using the optionskipSx
. In order to fix that we removed the optionskipSx
from all components and we removed the option from the utilitystyled
.Note:
I’m not sure about the changes in the file TYPESCRIPT_CONVENTION.md.