Skip to content

Commit

Permalink
Use transparent instead of black and white with opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayesivan committed Apr 26, 2024
1 parent 7bb92b0 commit 83e5b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 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,6 @@
(let [blur-amount (header-animations/blur-amount scroll-amount)
layer-opacity (header-animations/layer-opacity
scroll-amount
;; (colors/theme-colors "#ffffff00" "#00000000" theme)
"transparent"
(colors/theme-colors colors/white-opa-50 colors/neutral-95-opa-70-blur theme))]
[rn/view {:style style/animated-header}
Expand Down

0 comments on commit 83e5b19

Please sign in to comment.