Skip to content

Commit

Permalink
fix: blur type for community header
Browse files Browse the repository at this point in the history
  • Loading branch information
BalogunofAfrica committed Apr 16, 2024
1 parent 61974da commit 3a29312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/status_im/common/scroll_page/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:height height
:right 0
:left 0
:background-color (if platform/ios?
:background-color (if platform/android?
(colors/theme-colors
colors/white-opa-70
colors/neutral-95-opa-70)
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/common/scroll_page/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
[:<>
[reanimated/blur-view
{:blur-amount 20
:blur-type :transparent
:blur-type :ultraThinMaterial
:overlay-color :transparent
:style (style/blur-slider translate-animation height)}]
[rn/view
Expand Down

0 comments on commit 3a29312

Please sign in to comment.