about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-07-24 18:37:03 -0700
committerCaidan Williams <caidan@internet.dev>2025-07-29 17:37:01 -0700
commite465c9e4612c41bfffce90f734b8f01d93eda95d (patch)
tree09bf2551262d32d85facedc6670a1359aa9c0159 /src
parentb8a257a1c782126e525efadc5a602817cc4c2619 (diff)
downloadvoidsky-e465c9e4612c41bfffce90f734b8f01d93eda95d.tar.zst
feat(ui): add dropshadow to suggested profile card
Diffstat (limited to 'src')
-rw-r--r--src/components/FeedInterstitials.tsx4
1 files changed, 3 insertions, 1 deletions
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,
               ]}>
               <ProfileCard.Outer>
                 <ProfileCard.Header>
@@ -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]}>
               <View style={[a.px_lg, a.pb_lg, a.flex_row, a.gap_md]}>
                 {content}