diff --git a/src/components/interstitials/TrendingVideos.tsx b/src/components/interstitials/TrendingVideos.tsx index 0c94574d70..fc174a27ce 100644 --- a/src/components/interstitials/TrendingVideos.tsx +++ b/src/components/interstitials/TrendingVideos.tsx @@ -196,24 +196,34 @@ function VideoCards({ a.rounded_md, t.atoms.bg, ]}> - - - View more - + {({pressed}) => ( - + + View more + + + + - + )} diff --git a/src/screens/Search/components/ExploreTrendingVideos.tsx b/src/screens/Search/components/ExploreTrendingVideos.tsx index 50fe460e7b..633b72169c 100644 --- a/src/screens/Search/components/ExploreTrendingVideos.tsx +++ b/src/screens/Search/components/ExploreTrendingVideos.tsx @@ -236,24 +236,34 @@ function VideoCards({ a.rounded_md, t.atoms.bg_contrast_25, ]}> - - - View more - + {({pressed}) => ( - + + View more + + + + - + )}