From 7a6714eeb2aa2c010b485e67ceb275ec57294682 Mon Sep 17 00:00:00 2001 From: Mohsen Date: Fri, 8 Mar 2024 19:24:02 +0300 Subject: [PATCH] [#18929] fix: no bottom space under the join button (#18987) --- .../contexts/communities/actions/accounts_selection/style.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/contexts/communities/actions/accounts_selection/style.cljs b/src/status_im/contexts/communities/actions/accounts_selection/style.cljs index 7968f2815b..81bb5a32a6 100644 --- a/src/status_im/contexts/communities/actions/accounts_selection/style.cljs +++ b/src/status_im/contexts/communities/actions/accounts_selection/style.cljs @@ -14,6 +14,6 @@ (defn bottom-actions [] - {:padding-top 12 + {:padding-vertical 12 :padding-horizontal screen-horizontal-padding :background-color (colors/theme-colors colors/white colors/neutral-95)})