Skip to content

Commit

Permalink
fix: header cover color opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-ghafouri committed Mar 14, 2024
1 parent 284157a commit 3ca2d74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/status_im/contexts/profile/contact/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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}]}}
Expand Down

0 comments on commit 3ca2d74

Please sign in to comment.