From d7a338ab0b54a0954416dc18ca484e14e38865b3 Mon Sep 17 00:00:00 2001 From: Taras Perun Date: Thu, 18 Jul 2024 10:48:54 +0200 Subject: [PATCH] change chatFooterFullCompose style --- src/styles/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index 697b5c0dba65c..57b4010527e9f 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -2108,7 +2108,8 @@ const styles = (theme: ThemeColors) => }, chatFooterFullCompose: { - flex: 1, + height: '100%', + paddingTop: 20, }, chatItemDraft: {