Skip to content

Commit

Permalink
fix(Icon): reset line height
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Dec 20, 2018
1 parent 60f4680 commit d1282a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Icon/Icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ const theme = {

const IconWrapperTag = createStyledTag(`${name}Wrapper`, {
display: 'inline-flex',
lineHeight: 1,
});

const IconSvgTag = createStyledTag(`${name}Svg`, {});
Expand Down

0 comments on commit d1282a1

Please sign in to comment.