From c9c778c063e93650d1cf9b9660f7a6aeca8feabe Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Thu, 10 Jan 2019 14:17:45 +0100 Subject: [PATCH] fixed wallet settings hook screen on iphone x Signed-off-by: Andrey Shovkoplyas --- components/src/status_im/ui/components/react.cljs | 3 ++- src/status_im/ui/screens/wallet/settings/views.cljs | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/src/status_im/ui/components/react.cljs b/components/src/status_im/ui/components/react.cljs index 99aa39de1c..98a8b81a37 100644 --- a/components/src/status_im/ui/components/react.cljs +++ b/components/src/status_im/ui/components/react.cljs @@ -270,7 +270,8 @@ :wallet-onboarding-setup :wallet-settings-assets :wallet-modal - :wallet-onboarding-setup-modal) + :wallet-onboarding-setup-modal + :wallet-settings-hook) colors/blue (:qr-viewer diff --git a/src/status_im/ui/screens/wallet/settings/views.cljs b/src/status_im/ui/screens/wallet/settings/views.cljs index 99d1ec802b..51477604ea 100644 --- a/src/status_im/ui/screens/wallet/settings/views.cljs +++ b/src/status_im/ui/screens/wallet/settings/views.cljs @@ -58,8 +58,8 @@ (defview settings-hook [] (letsubs [{:keys [label view]} [:get-screen-params :wallet-settings-hook] {address :address} [:account/account]] - [react/view {:style {:flex 1 :background-color colors/white}} - [status-bar/status-bar {:type :modal-wallet}] + [react/view {:style {:flex 1 :background-color colors/blue}} + [status-bar/status-bar {:type :wallet}] [toolbar/toolbar {:style wallet.styles/toolbar} [toolbar/nav-button (actions/back-white #(do (re-frame/dispatch [:update-wallet]) (re-frame/dispatch [:navigate-back])))]