Skip to content

Commit

Permalink
[#19195] fix: communities design issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-ghafouri committed Apr 26, 2024
1 parent 2ec6a3e commit 8e07832
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/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
y (reanimated/use-shared-value scroll-height)
animation (reanimated/interpolate y
input-range
[1.2 0.5]
[1 0.5]
{:extrapolateLeft "clamp"
:extrapolateRight "clamp"})]
(rn/use-effect #(do
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/contexts/communities/overview/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
(fn [id joined name images]
(let [theme (quo.theme/use-theme)
cover {:uri (get-in images [:banner :uri])}
logo {:uri (get-in images [:thumbnail :uri])}
logo {:uri (get-in images [:large :uri])}
collapsed? (and initial-joined? joined)
first-category-height (->> @categories-heights
vals
Expand Down

0 comments on commit 8e07832

Please sign in to comment.