Skip to content

Commit

Permalink
Merge pull request #23071 from Expensify/georgia-IOSemoji
Browse files Browse the repository at this point in the history
Center Emojis Vertically on Native
  • Loading branch information
arosiclair authored Jul 20, 2023
2 parents 10758ee + 934adc1 commit be2c81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/StyleUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1116,13 +1116,13 @@ function getEmojiReactionBubbleTextStyle(isContextMenu = false) {
if (isContextMenu) {
return {
fontSize: 17,
lineHeight: 28,
lineHeight: 24,
};
}

return {
fontSize: 15,
lineHeight: 24,
lineHeight: 22,
};
}

Expand Down

0 comments on commit be2c81f

Please sign in to comment.