Skip to content

Commit

Permalink
fix: remove margin between expanded expansion panels
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Sep 30, 2019
1 parent 6f93049 commit e2b63ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package/src/theme/defaultTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,13 @@ export const rawMuiTheme = {
border: "none"
}
},
MuiExpansionPanel: {
root: {
"&$expanded": {
margin: 0
}
}
},
MuiFab: {
sizeSmall: {
width: 36,
Expand Down

0 comments on commit e2b63ff

Please sign in to comment.