Skip to content

Commit

Permalink
Merge pull request #34155 from rezkiy37/fix/34152-tweak-line-height
Browse files Browse the repository at this point in the history
Decrease line height for a message sender
  • Loading branch information
grgia authored Jan 11, 2024
2 parents 28b2eb1 + d6a57e0 commit 371b942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@ const styles = (theme: ThemeColors) =>
fontFamily: FontUtils.fontFamily.platform.EXP_NEUE_BOLD,
fontSize: variables.fontSizeNormal,
fontWeight: FontUtils.fontWeight.bold,
lineHeight: variables.lineHeightXXLarge,
lineHeight: variables.lineHeightXLarge,
...wordBreak.breakWord,
},

Expand Down

0 comments on commit 371b942

Please sign in to comment.