We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e978474 commit 84c0837Copy full SHA for 84c0837
1 file changed
packages/mui-material/src/IconButton/IconButton.js
@@ -54,7 +54,7 @@ const IconButtonRoot = styled(ButtonBase, {
54
...(!ownerState.disableRipple && {
55
'&:hover': {
56
backgroundColor: theme.vars
57
- ? `rgba(${theme.vars.palette.action.active} / ${theme.vars.palette.action.hoverOpacity})`
+ ? `rgba(${theme.vars.palette.action.activeChannel} / ${theme.vars.palette.action.hoverOpacity})`
58
: alpha(theme.palette.action.active, theme.palette.action.hoverOpacity),
59
// Reset on touch devices, it doesn't add specificity
60
'@media (hover: none)': {
0 commit comments