-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[TreeView] Prepare support for PigmentCSS #13412
[TreeView] Prepare support for PigmentCSS #13412
Conversation
Deploy preview: https://deploy-preview-13412--material-ui-x.netlify.app/ |
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.
+1 to the changes. cc: @siriwatknp since you've already done this for material-ui.
@@ -10,6 +9,7 @@ import { | |||
buildWarning, | |||
extractPluginParamsFromProps, | |||
} from '@mui/x-tree-view/internals'; | |||
import { styled, createUseThemeProps } from '../internals/zero-styled'; |
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 should work as long as it has zero-styled
.
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 good to me. Let me know when it is released, I'd love to try.
I will be released this Thursday / Friday 👍 |
Closes #12278