Skip to content

Commit

Permalink
Change the small icon size to 18px to match the Material Desing guide…
Browse files Browse the repository at this point in the history
…lines
  • Loading branch information
leMaik committed Mar 2, 2019
1 parent 77a0255 commit 75b08eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/IconButton/IconButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const styles = theme => ({
/* Styles applied to the root element if `size="small"`. */
sizeSmall: {
padding: 3,
fontSize: theme.typography.pxToRem(20),
fontSize: theme.typography.pxToRem(18),
},
/* Styles applied to the children container element. */
label: {
Expand Down

0 comments on commit 75b08eb

Please sign in to comment.