Skip to content

Commit 0cb971b

Browse files
[#18929] fix: remove extra space
1 parent 140ac0b commit 0cb971b

File tree

1 file changed

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

1 file changed

+3
-5
lines changed

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

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(ns status-im.contexts.communities.actions.accounts-selection.style
22
(:require
3-
[quo.foundations.colors :as colors]
4-
[react-native.safe-area :as safe-area]))
3+
[quo.foundations.colors :as colors]))
54

65
(def screen-horizontal-padding 20)
76

@@ -15,7 +14,6 @@
1514

1615
(defn bottom-actions
1716
[]
18-
{:padding-top 12
17+
{:padding-vertical 12
1918
:padding-horizontal screen-horizontal-padding
20-
:background-color (colors/theme-colors colors/white colors/neutral-95)
21-
:padding-bottom (+ (safe-area/get-bottom) 12)})
19+
:background-color (colors/theme-colors colors/white colors/neutral-95)})

0 commit comments

Comments
 (0)