Skip to content

Commit

Permalink
Add missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Jan 23, 2021
1 parent 04fef13 commit 5b76478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/IconButton/IconButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const IconButtonRoot = experimentalStyled(
overridesResolver,
},
)(
({ theme }) => ({
({ theme, styleProps }) => ({
/* Styles applied to the root element. */
textAlign: 'center',
flex: '0 0 auto',
Expand Down

0 comments on commit 5b76478

Please sign in to comment.