Skip to content

Commit

Permalink
Fix background color
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayesivan committed Apr 24, 2024
1 parent 697e52a commit ac7cdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/collectible/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
(let [blur-amount (worklets/blur-amount scroll-amount)
layer-opacity (worklets/layer-opacity
scroll-amount
(colors/theme-colors "#11111100" "#00000000" theme)
(colors/theme-colors "#ffffff00" "#00000000" theme)
(colors/theme-colors colors/white-opa-50 colors/neutral-95-opa-70-blur theme))]
[rn/view {:style style/animated-header}
[reanimated/blur-view
Expand Down

0 comments on commit ac7cdd7

Please sign in to comment.