Skip to content

Commit

Permalink
Add padding for small
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Aug 4, 2019
1 parent cff671a commit ef0c52f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui-lab/src/ToggleButton/ToggleButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export const styles = theme => ({
/* Styles applied to the root element if `size="small"`. */
sizeSmall: {
height: 40,
padding: '0px 7px 0px 8px',
fontSize: theme.typography.pxToRem(13),
},
/* Styles applied to the root element if `size="large"`. */
Expand Down

0 comments on commit ef0c52f

Please sign in to comment.