diff --git a/src/quo/components/drawers/drawer_top/style.cljs b/src/quo/components/drawers/drawer_top/style.cljs index 8a674daf416f..ff1729afaf43 100644 --- a/src/quo/components/drawers/drawer_top/style.cljs +++ b/src/quo/components/drawers/drawer_top/style.cljs @@ -14,7 +14,8 @@ [theme blur?] {:color (if blur? colors/white-opa-40 - (colors/theme-colors colors/neutral-50 colors/neutral-40 theme))}) + (colors/theme-colors colors/neutral-50 colors/neutral-40 theme)) + :margin-top 2}) (def left-container {:margin-right 8 diff --git a/src/status_im/contexts/wallet/common/sheets/network_preferences/style.cljs b/src/status_im/contexts/wallet/common/sheets/network_preferences/style.cljs index db8fd177a5be..8668afe5baed 100644 --- a/src/status_im/contexts/wallet/common/sheets/network_preferences/style.cljs +++ b/src/status_im/contexts/wallet/common/sheets/network_preferences/style.cljs @@ -7,7 +7,7 @@ :left 0 :right 0 :bottom 0 - :overlay-color colors/neutral-80-opa-80-blur}) + :overlay-color colors/neutral-100-opa-70-blur}) (def data-item {:margin-horizontal 20 diff --git a/src/status_im/contexts/wallet/common/sheets/network_preferences/view.cljs b/src/status_im/contexts/wallet/common/sheets/network_preferences/view.cljs index 63613b951949..9dc27a3b4ab5 100644 --- a/src/status_im/contexts/wallet/common/sheets/network_preferences/view.cljs +++ b/src/status_im/contexts/wallet/common/sheets/network_preferences/view.cljs @@ -61,7 +61,7 @@ [blur/view {:style style/blur :blur-amount 20 - :blur-radius (if platform/android? 25 10)}]) + :blur-radius 25}]) [quo/drawer-top {:title (i18n/label :t/network-preferences) :description (i18n/label :t/network-preferences-desc) @@ -109,7 +109,7 @@ network))})) layer-2-networks)}] [quo/bottom-actions - {:button-one-label (i18n/label :t/confirm) + {:button-one-label (i18n/label :t/update) :button-one-props {:disabled? (= @state :default) :on-press (fn [] (let [chain-ids (map :chain-id current-networks)]