Skip to content

Commit

Permalink
Remove incorrect style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Sep 11, 2024
1 parent 34eeaec commit a82d288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/IconButton/IconButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const IconButtonRoot = styled(ButtonBase, {
}),
variants: [
{
props: (props) => !props.color && !props.disableRipple,
props: (props) => !props.disableRipple,
style: {
'&:hover': {
backgroundColor: theme.vars
Expand Down

0 comments on commit a82d288

Please sign in to comment.