Skip to content

Commit

Permalink
design review
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed May 13, 2024
1 parent 53b727d commit dac9736
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/status_im/common/scroll_page/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@
[quo/page-nav
(cond-> {:margin-top (safe-area/get-top)
:type :no-title
:background :blur
:background (if (or (:blur? page-nav-props)
(= 1 (reanimated/get-shared-value opacity-animation)))
:blur
:photo)
:right-side page-nav-right-section-buttons
:center-opacity opacity-animation
:overlay-shown? overlay-shown?}
Expand Down
3 changes: 2 additions & 1 deletion src/status_im/contexts/wallet/collectible/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
{:name collectible-name
:image preview-uri}])
:theme theme}])}]
:picture preview-uri}}
:picture preview-uri
:blur? true}}
[rn/view {:style style/container}
[quo/expanded-collectible
{:image-src preview-uri
Expand Down

0 comments on commit dac9736

Please sign in to comment.