File tree 2 files changed +8
-3
lines changed
src/status_im/contexts/wallet/swap/set_spending_cap
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 10
10
:height 36
11
11
:background-color :transparent })
12
12
13
+ (def floating-button-page-content-container
14
+ {:margin-bottom 168 })
15
+
13
16
(def scroll-view-container
14
- {:padding-bottom 150 })
17
+ {:flex 1
18
+ :padding-bottom 20 })
15
19
16
20
(def content-container
17
21
{:padding-top 12
56
60
57
61
(defn footer-container
58
62
[theme]
59
- {:margin-bottom -10
60
- :background-color (colors/theme-colors colors/white colors/neutral-100 theme)})
63
+ {:margin-bottom -12
64
+ :background-color (colors/theme-colors colors/white colors/neutral-95 theme)})
Original file line number Diff line number Diff line change 254
254
[rn/view {:style style/container}
255
255
[floating-button-page/view
256
256
{:footer-container-padding 0
257
+ :content-container-style style/floating-button-page-content-container
257
258
:header [quo/page-nav
258
259
{:icon-name :i/close
259
260
:on-press events-helper/navigate-back
You can’t perform that action at this time.
0 commit comments