diff --git a/src/components/PostControls/ShareMenu/RecentChats.tsx b/src/components/PostControls/ShareMenu/RecentChats.tsx index a7cf550b42..2738db057c 100644 --- a/src/components/PostControls/ShareMenu/RecentChats.tsx +++ b/src/components/PostControls/ShareMenu/RecentChats.tsx @@ -46,7 +46,8 @@ export function RecentChats({postUri}: {postUri: string}) { horizontal style={[a.flex_1, a.pt_2xs, {minHeight: 98}]} contentContainerStyle={[a.gap_sm, a.px_md]} - showsHorizontalScrollIndicator={false}> + showsHorizontalScrollIndicator={false} + fadingEdgeLength={32}> {convos && convos.length > 0 ? ( convos.map(convo => { const otherMember = convo.members.find(