diff --git a/src/styles/StyleUtils.js b/src/styles/StyleUtils.js index 1ea5ce964d09..c8449d16d176 100644 --- a/src/styles/StyleUtils.js +++ b/src/styles/StyleUtils.js @@ -1116,13 +1116,13 @@ function getEmojiReactionBubbleTextStyle(isContextMenu = false) { if (isContextMenu) { return { fontSize: 17, - lineHeight: 28, + lineHeight: 24, }; } return { fontSize: 15, - lineHeight: 24, + lineHeight: 22, }; }