We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140ac0b commit 0cb971bCopy full SHA for 0cb971b
src/status_im/contexts/communities/actions/accounts_selection/style.cljs
@@ -1,7 +1,6 @@
1
(ns status-im.contexts.communities.actions.accounts-selection.style
2
(:require
3
- [quo.foundations.colors :as colors]
4
- [react-native.safe-area :as safe-area]))
+ [quo.foundations.colors :as colors]))
5
6
(def screen-horizontal-padding 20)
7
@@ -15,7 +14,6 @@
15
14
16
(defn bottom-actions
17
[]
18
- {:padding-top 12
+ {:padding-vertical 12
19
:padding-horizontal screen-horizontal-padding
20
- :background-color (colors/theme-colors colors/white colors/neutral-95)
21
- :padding-bottom (+ (safe-area/get-bottom) 12)})
+ :background-color (colors/theme-colors colors/white colors/neutral-95)})
0 commit comments