We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to be able to provide custom styling for the inner Paper component through PaperProps.
Paper
PaperProps
The style attribute is being overwritten in SwipeableDrawer: https://github.com/mui-org/material-ui/blob/8cbfd1fc59dfb4c8ec76ff1296b3a59306a3e09c/packages/material-ui/src/SwipeableDrawer/SwipeableDrawer.js#L356-L360
SwipeableDrawer
https://codesandbox.io/s/3qol95n215
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
I want to be able to provide custom styling for the inner
Paper
component throughPaperProps
.Current Behavior
The style attribute is being overwritten in
SwipeableDrawer
:https://github.com/mui-org/material-ui/blob/8cbfd1fc59dfb4c8ec76ff1296b3a59306a3e09c/packages/material-ui/src/SwipeableDrawer/SwipeableDrawer.js#L356-L360
Steps to Reproduce (for bugs)
https://codesandbox.io/s/3qol95n215
Your Environment
The text was updated successfully, but these errors were encountered: