From 8cc1f4527a86083c1c9aba7d8c4a58a380cdeb3c Mon Sep 17 00:00:00 2001 From: Mykhailo Kravchenko Date: Tue, 9 Jan 2024 16:35:58 +0100 Subject: [PATCH] decrease line height of message sender --- src/styles/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index a6ac2e269eb0..3fcd85fd4d85 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -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, },