Skip to content

Commit

Permalink
[ExpansionPanel] Use theme.spacing in summary (#20344)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Apr 1, 2020
1 parent 07c94a9 commit 6746867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const styles = (theme) => {
display: 'flex',
minHeight: 8 * 6,
transition: theme.transitions.create(['min-height', 'background-color'], transition),
padding: '0 24px 0 24px',
padding: theme.spacing(0, 3),
'&:hover:not($disabled)': {
cursor: 'pointer',
},
Expand Down

0 comments on commit 6746867

Please sign in to comment.