From ba38f3ec74eb08fbc1c586f0d90107c9d736560d Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 4 Apr 2022 16:38:51 +0200 Subject: [PATCH] turn off new wallet design Signed-off-by: andrey --- src/status_im/ui/screens/screens.cljs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/status_im/ui/screens/screens.cljs b/src/status_im/ui/screens/screens.cljs index e937c29342..08784f9838 100644 --- a/src/status_im/ui/screens/screens.cljs +++ b/src/status_im/ui/screens/screens.cljs @@ -121,8 +121,8 @@ [status-im.ui.screens.wallet.recipient.views :as recipient] [status-im.ui.screens.wallet.send.views :as wallet.send] [quo2.screens.main :as quo2.preview] - [status-im.utils.config :as config] - [quo2.foundations.colors :as quo2.colors])) + [status-im.utils.config :as config])) + ;[quo2.foundations.colors :as quo2.colors])) (def components [{:name :chat-toolbar @@ -358,10 +358,11 @@ {:name :wallet :insets {:top false} :on-focus [:wallet/tab-opened] - :options {:statusBar {:backgroundColor quo2.colors/neutral-5}} - :component wallet.accounts/accounts-overview} + ;;TODO wallet redesign + ;;:options {:statusBar {:backgroundColor quo2.colors/neutral-5}} + :component wallet.accounts/accounts-overview-old} {:name :wallet-account - ;;TODO dynamic title + ;;TODO dynamic titleaccounts-overview :options {:topBar {:visible false}} :component wallet.account/account} {:name :add-new-account