Skip to content

Commit

Permalink
Lint fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayesivan committed Apr 25, 2024
1 parent 11d7143 commit e10af72
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/status_im/contexts/wallet/collectible/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
:margin-top (when platform/ios? (- safe-area-top))})

(def gradient-layer
{:position :absolute
:top 0
:left 0
:right 0
:bottom 0
:flex 1
:align-items :center
:overflow :hidden})
{:position :absolute
:top 0
:left 0
:right 0
:bottom 0
:flex 1
:align-items :center
:overflow :hidden})

(def image-background
{:height (:height (rn/get-window))
Expand Down

0 comments on commit e10af72

Please sign in to comment.