diff options
Diffstat (limited to 'src/components/interstitials/TrendingVideos.tsx')
-rw-r--r-- | src/components/interstitials/TrendingVideos.tsx | 1 |
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 |