Skip to content

Commit bd4ef53

Browse files
committed
style
1 parent cea9a7e commit bd4ef53

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

src/status_im/contexts/wallet/share_community_channel/style.cljs

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
[total-width]
2626
(- total-width 40))
2727

28-
(defn community-share-wrapper
29-
[padding-top]
30-
{:padding-top padding-top})
31-
3228
(defn gradient-cover-wrapper
3329
[width]
3430
{:width (gradient-cover-size width)

src/status_im/contexts/wallet/share_community_channel/view.cljs

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
(ns status-im.contexts.wallet.share-community-channel.view
22
(: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]))
1111

1212
(defn view
1313
[]
@@ -26,7 +26,7 @@
2626
title (i18n/label :t/share-channel)]
2727
[quo/overlay {:type :shell}
2828
[rn/view
29-
{:padding-top padding-top
29+
{:style {:padding-top padding-top}
3030
:key :share-community}
3131
[quo/page-nav
3232
{:icon-name :i/close

0 commit comments

Comments
 (0)