Skip to content

Commit

Permalink
fix: padding
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <[email protected]>
  • Loading branch information
mikemurray committed Feb 6, 2020
1 parent 7bad313 commit 84bb6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/theme/defaultTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ export const rawMuiTheme = {
borderBottom: "none"
},
sizeSmall: {
"padding": "4x 16px 4px 16px",
"padding": "4px 16px 4px 16px",
"&:last-child": {
paddingRight: 16
},
Expand Down

0 comments on commit 84bb6b2

Please sign in to comment.