Skip to content

Commit

Permalink
cmt 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jul 1, 2021
1 parent f1c8591 commit 1c56f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Chip/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ const ChipRoot = styled('div', {
[`&.${chipClasses.clickable}:hover`]: {
backgroundColor: theme.palette.action.hover,
},

[`&.${chipClasses.focusVisible}`]: {
backgroundColor: theme.palette.action.focus,
},
Expand Down

0 comments on commit 1c56f45

Please sign in to comment.