about summary refs log tree commit diff
path: root/src/components/interstitials
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-07-22 13:54:22 -0700
committerCaidan Williams <caidan@internet.dev>2025-07-24 12:30:35 -0700
commitb89645a172b56c51e6b886072bf53aecd6834b14 (patch)
tree767d5715fe0bf69363388d667756055cd86346f9 /src/components/interstitials
parent12e67f53dd6ca0d807eab84813543b663e4b260d (diff)
downloadvoidsky-b89645a172b56c51e6b886072bf53aecd6834b14.tar.zst
feat(ui): add shadow to video post trending cards
Added a small shadow (shadow_sm) to the CompactVideoPostCard and the
"View more" card in TrendingVideos for improved visual depth and
consistency. This enhances the card appearance and aligns with the
design system.
Diffstat (limited to 'src/components/interstitials')
-rw-r--r--src/components/interstitials/TrendingVideos.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/interstitials/TrendingVideos.tsx b/src/components/interstitials/TrendingVideos.tsx
index b76066330..8eaa13be0 100644
--- a/src/components/interstitials/TrendingVideos.tsx
+++ b/src/components/interstitials/TrendingVideos.tsx
@@ -197,6 +197,7 @@ function VideoCards({
             a.flex_1,
             a.rounded_lg,
             t.atoms.bg,
+            t.atoms.shadow_sm,
           ]}>
           {({pressed}) => (
             <View