File tree 2 files changed +9
-13
lines changed
2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 25
25
[total-width]
26
26
(- total-width 40 ))
27
27
28
- (defn community-share-wrapper
29
- [padding-top]
30
- {:padding-top padding-top})
31
-
32
28
(defn gradient-cover-wrapper
33
29
[width]
34
30
{:width (gradient-cover-size width)
Original file line number Diff line number Diff line change 1
1
(ns status-im.contexts.wallet.share-community-channel.view
2
2
(:require
3
- [quo.core :as quo]
4
- [react-native.core :as rn]
5
- [react-native.safe-area :as safe-area]
6
- [status-im.common.qr-codes.view :as qr-codes]
7
- [status-im.contexts.wallet.share-community-channel.style :as style]
8
- [utils.i18n :as i18n]
9
- [utils.image-server :as image-server]
10
- [utils.re-frame :as rf]))
3
+ [quo.core :as quo]
4
+ [react-native.core :as rn]
5
+ [react-native.safe-area :as safe-area]
6
+ [status-im.common.qr-codes.view :as qr-codes]
7
+ [status-im.contexts.wallet.share-community-channel.style :as style]
8
+ [utils.i18n :as i18n]
9
+ [utils.image-server :as image-server]
10
+ [utils.re-frame :as rf]))
11
11
12
12
(defn view
13
13
[]
26
26
title (i18n/label :t/share-channel )]
27
27
[quo/overlay {:type :shell }
28
28
[rn/view
29
- {:padding-top padding-top
29
+ {:style { : padding-top padding-top}
30
30
:key :share-community }
31
31
[quo/page-nav
32
32
{:icon-name :i/close
You can’t perform that action at this time.
0 commit comments