-
-
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
[Drawer][joy-ui] Apply content styles from theme to content slot #39199
Conversation
Netlify deploy previewhttps://deploy-preview-39199--material-ui.netlify.app/ Bundle size reportDetails of bundle changes (Toolpad) |
0b0af9d
to
8dc8991
Compare
@@ -65,5 +65,35 @@ describe('<Drawer />', () => { | |||
|
|||
expect(getByTestId('content').getAttribute('tabIndex')).to.equal('0'); | |||
}); | |||
|
|||
it('should apply content theme styles for content slot', function test() { |
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.
I think the test should be in describeConformance.
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.
Ideally yes, but it was skipped due to portal, can't determine the root
here
'themeStyleOverrides', // portal, can't determine the root |
@siriwatknp ci is green now |
closes #39198
before: https://codesandbox.io/s/crazy-sanne-f4q3qg
after: https://codesandbox.io/s/boring-cori-prdnvp