Skip to content
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

Incomplete API Styles in Drawer #3056

Closed
zfarhad opened this issue Nov 25, 2022 · 2 comments
Closed

Incomplete API Styles in Drawer #3056

zfarhad opened this issue Nov 25, 2022 · 2 comments
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)

Comments

@zfarhad
Copy link

zfarhad commented Nov 25, 2022

What package has an issue

@mantine/core

Describe the bug

I want to style body part of a Drawer. I use Styles API for this purpose, so I have access the all part components inside the Drawer. But there is no class defined for body part of the Drawer.

<div id={bodyId}>{children}</div>

What version of @mantine/hooks page do you have in package.json?

5.8.3

If possible, please include a link to a codesandbox with the reproduced problem

No response

Do you know how to fix the issue

Yes

Are you willing to participate in fixing this issue and create a pull request with the fix

Yes

Possible fix

<div id={bodyId} className={classes.body}>{children}</div>

@rtivital
Copy link
Member

You are welcome to send a PR

@rtivital
Copy link
Member

Fixed in 5.8.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)
Projects
None yet
Development

No branches or pull requests

2 participants