diff --git a/src/quo/components/navigation/page_nav/view.cljs b/src/quo/components/navigation/page_nav/view.cljs index 3a6136eb66..8bf9ebf12a 100644 --- a/src/quo/components/navigation/page_nav/view.cljs +++ b/src/quo/components/navigation/page_nav/view.cljs @@ -25,12 +25,12 @@ :blur :grey}) (defn- page-nav-base - [{:keys [margin-top background on-press accessibility-label icon-name behind-overlay?] + [{:keys [margin-top background on-press accessibility-label icon-name behind-overlay? align-center?] :or {background :white}} & children] (into [rn/view {:style (style/container margin-top)} (when icon-name - [rn/view {:style style/icon-container} + [rn/view (when align-center? {:style style/icon-container}) [button/button {:type (button-type background) :icon-only? true diff --git a/src/status_im/contexts/wallet/common/account_switcher/view.cljs b/src/status_im/contexts/wallet/common/account_switcher/view.cljs index a9097a005a..17ab23c194 100644 --- a/src/status_im/contexts/wallet/common/account_switcher/view.cljs +++ b/src/status_im/contexts/wallet/common/account_switcher/view.cljs @@ -35,6 +35,7 @@ :on-press on-press :accessibility-label accessibility-label :networks networks + :align-center? true :networks-on-press #(rf/dispatch [:show-bottom-sheet {:content network-filter/view}]) :right-side [(when (and (ff/enabled? ::ff/wallet.wallet-connect) (not watch-only?))