diff --git a/src/status_im/ui/components/connectivity/view.cljs b/src/status_im/ui/components/connectivity/view.cljs index fed437fccd..fa65cfbcee 100644 --- a/src/status_im/ui/components/connectivity/view.cljs +++ b/src/status_im/ui/components/connectivity/view.cljs @@ -36,8 +36,11 @@ [(animation/timing anim-width (easing-out 0.15)) (animation/timing anim-x (easing-out 0))])]))))} [react/view {:style {:width parent-width + :position :absolute + :top -3 + :elevation 2 :height 3 - :background-color colors/blue-light}} + :background-color colors/white}} [react/animated-view {:style {:margin-left anim-x :width anim-width :height 3