Skip to content

Commit

Permalink
Wallet: home top insets
Browse files Browse the repository at this point in the history
Wallet: home top insets
  • Loading branch information
OmarBasem authored Dec 20, 2023
1 parent f631e1f commit 8225d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/status_im/contexts/wallet/home/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
(def selected-tab-container
{:padding-horizontal 8})

(def home-container
(defn home-container
[]
{:margin-top (safe-area/get-top)
:flex 1})
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/home/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
(let [networks (rf/sub [:wallet/network-details])
account-cards-data (rf/sub [:wallet/account-cards-data])
cards (conj account-cards-data (new-account-card-data))]
[rn/view {:style style/home-container}
[rn/view {:style (style/home-container)}
[common.top-nav/view]
[rn/view {:style style/overview-container}
[quo/wallet-overview (temp/wallet-overview-state networks)]]
Expand Down

0 comments on commit 8225d91

Please sign in to comment.