Skip to content

Commit 7a6714e

Browse files
[#18929] fix: no bottom space under the join button (#18987)
1 parent b3bebe1 commit 7a6714e

File tree

1 file changed

+1
-1
lines changed
  • src/status_im/contexts/communities/actions/accounts_selection

1 file changed

+1
-1
lines changed

src/status_im/contexts/communities/actions/accounts_selection/style.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
(defn bottom-actions
1616
[]
17-
{:padding-top 12
17+
{:padding-vertical 12
1818
:padding-horizontal screen-horizontal-padding
1919
:background-color (colors/theme-colors colors/white colors/neutral-95)})

0 commit comments

Comments
 (0)