Skip to content

Commit

Permalink
fix ripple style
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 20, 2020
1 parent c77ae7f commit 41f6352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui/src/Breadcrumbs/BreadcrumbCollapsed.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import ButtonBase from '../ButtonBase';
const styles = theme => ({
root: {
display: 'flex',
marginLeft: theme.spacing(0.5),
marginRight: theme.spacing(0.5),
},
icon: {
width: 24,
height: 16,
backgroundColor: theme.palette.grey[100],
color: theme.palette.grey[700],
borderRadius: 2,
marginLeft: theme.spacing(0.5),
marginRight: theme.spacing(0.5),
cursor: 'pointer',
'&:hover, &:focus': {
backgroundColor: theme.palette.grey[200],
Expand Down

0 comments on commit 41f6352

Please sign in to comment.