Skip to content

Commit

Permalink
[#19195] fix: communities design issues (#19819)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-ghafouri committed May 7, 2024
1 parent b907881 commit 7ec77db
Show file tree
Hide file tree
Showing 2 changed files with 3 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
3 changes: 2 additions & 1 deletion src/status_im/contexts/communities/overview/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
#(rf/dispatch [:open-modal :community-requests-to-join {:id id}]))
:accessibility-label :show-request-to-join-screen-button
:customization-color color
:container-style {:margin-bottom 12}
:icon-left :i/communities}
(i18n/label :t/request-to-join)])

Expand Down Expand Up @@ -329,7 +330,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 7ec77db

Please sign in to comment.