From 7c3980a04ef19d6a4d8aa9be0efc99a09eed1698 Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Wed, 29 Jun 2022 00:45:23 +0530 Subject: [PATCH] fix chat view margin (#13588) --- src/status_im/ui/screens/chat/components/style.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/chat/components/style.cljs b/src/status_im/ui/screens/chat/components/style.cljs index aee891ec76..99ba1b7c76 100644 --- a/src/status_im/ui/screens/chat/components/style.cljs +++ b/src/status_im/ui/screens/chat/components/style.cljs @@ -19,7 +19,7 @@ :border-top-right-radius (if contact-request 8 16) :border-bottom-right-radius (if contact-request 8 4) :border-bottom-left-radius (if contact-request 8 16) - :margin-horizontal (when contact-request 8)}) + :margin-horizontal 8}) (def input-row {:flex-direction :row