diff --git a/src/status_im/contexts/profile/contact/view.cljs b/src/status_im/contexts/profile/contact/view.cljs index e7f0e099ef6e..ed3424c76f9a 100644 --- a/src/status_im/contexts/profile/contact/view.cljs +++ b/src/status_im/contexts/profile/contact/view.cljs @@ -23,7 +23,9 @@ :height 148 :on-scroll #(reanimated/set-shared-value scroll-y %) ;; TODO(@mohsen): remove default color, https://github.com/status-im/status-mobile/issues/18733 - :cover-color (or customization-color constants/profile-default-color) + :cover-color (colors/resolve-color (or customization-color constants/profile-default-color) + theme + 20) :background-color (colors/theme-colors colors/white colors/neutral-95 theme) :page-nav-props {:right-side [{:icon-name :i/options :on-press on-action-press}]}}