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 c77ae7f commit 41f6352Copy full SHA for 41f6352
packages/material-ui/src/Breadcrumbs/BreadcrumbCollapsed.js
@@ -8,15 +8,15 @@ import ButtonBase from '../ButtonBase';
8
const styles = theme => ({
9
root: {
10
display: 'flex',
11
+ marginLeft: theme.spacing(0.5),
12
+ marginRight: theme.spacing(0.5),
13
},
14
icon: {
15
width: 24,
16
height: 16,
17
backgroundColor: theme.palette.grey[100],
18
color: theme.palette.grey[700],
19
borderRadius: 2,
- marginLeft: theme.spacing(0.5),
- marginRight: theme.spacing(0.5),
20
cursor: 'pointer',
21
'&:hover, &:focus': {
22
backgroundColor: theme.palette.grey[200],
0 commit comments