From e465c9e4612c41bfffce90f734b8f01d93eda95d Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Thu, 24 Jul 2025 18:37:03 -0700 Subject: feat(ui): add dropshadow to suggested profile card --- src/components/FeedInterstitials.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index dec2dac1b..7af2384b0 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -282,6 +282,7 @@ export function ProfileGrid({ style={[ a.flex_1, (hovered || pressed) && t.atoms.border_contrast_high, + t.atoms.shadow_sm, ]}> @@ -372,7 +373,8 @@ export function ProfileGrid({ horizontal showsHorizontalScrollIndicator={false} snapToInterval={MOBILE_CARD_WIDTH + a.gap_md.gap} - decelerationRate="fast"> + decelerationRate="fast" + style={[a.overflow_visible]}> {content} -- cgit 1.4.1