Skip to content

Commit

Permalink
fix: add line-height to the icon container
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 authored and Robbert committed Jul 1, 2022
1 parent a28c513 commit eed7f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/icon/src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const createIconWrapperComponent = () => {
display: inline-block;
color: var(--${componentPrefix}color);
font-size: var(--${componentPrefix}size);
line-height: 1;
}`;
fs.mkdirSync(dir);
fs.writeFile(
Expand Down

0 comments on commit eed7f4c

Please sign in to comment.