From d9e8fea14b987fbe69eb96b93db3bd05efb766c5 Mon Sep 17 00:00:00 2001 From: Ibrahem Khalil <33176106+ibrkhalil@users.noreply.github.com> Date: Fri, 23 Dec 2022 10:33:01 +0200 Subject: [PATCH] Fix bottom spacing on image selector (#14612) --- src/status_im/ui2/screens/chat/photo_selector/style.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/ui2/screens/chat/photo_selector/style.cljs b/src/status_im/ui2/screens/chat/photo_selector/style.cljs index 053c44ca59..6bea51f62f 100644 --- a/src/status_im/ui2/screens/chat/photo_selector/style.cljs +++ b/src/status_im/ui2/screens/chat/photo_selector/style.cljs @@ -7,7 +7,7 @@ {:width "100%" :height (+ (:bottom safe-area) 65) :position :absolute - :bottom (if platform/ios? 0 80)}) + :bottom (if platform/ios? 0 65)}) (defn buttons-container [safe-area]