Skip to content

Commit

Permalink
Modify line height so text does not get cut off in LHN
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenmemon committed Jul 19, 2021
1 parent c4a5c8b commit b13f9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Text.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Text = React.forwardRef(({
};

if (componentStyle.fontSize === variables.fontSizeNormal) {
componentStyle.lineHeight = 20;
componentStyle.lineHeight = 18;
}

return (
Expand Down

0 comments on commit b13f9c7

Please sign in to comment.