Skip to content

Commit

Permalink
lineheight added for tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan92 committed Mar 23, 2023
1 parent f79a0ba commit ab5a752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/getTooltipStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export default function getTooltipStyles(
fontFamily: fontFamily.EXP_NEUE,
fontSize: tooltipFontSize,
overflow: 'hidden',
lineHeight: variables.lineHeightSmall,
},
pointerWrapperStyle: {
position: 'fixed',
Expand Down
1 change: 1 addition & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ const styles = {
fontWeight: fontWeightBold,
fontFamily: fontFamily.EXP_NEUE_BOLD,
fontSize: variables.fontSizeSmall,
lineHeight: variables.lineHeightSmall,
},

textMicroSupporting: {
Expand Down

0 comments on commit ab5a752

Please sign in to comment.