Skip to content

Commit

Permalink
forward styleProps
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 28, 2021
1 parent 3eec2c2 commit a5dca1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Drawer/Drawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ const Drawer = React.forwardRef(function Drawer(inProps, ref) {
}}
className={clsx(classes.root, classes.modal, className)}
open={open}
styleProps={styleProps}
onClose={onClose}
ref={ref}
{...other}
Expand Down

0 comments on commit a5dca1c

Please sign in to comment.