diff options
Diffstat (limited to 'src/components/interstitials/TrendingVideos.tsx')
-rw-r--r-- | src/components/interstitials/TrendingVideos.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interstitials/TrendingVideos.tsx b/src/components/interstitials/TrendingVideos.tsx index fab738b9c..3ed3eadd8 100644 --- a/src/components/interstitials/TrendingVideos.tsx +++ b/src/components/interstitials/TrendingVideos.tsx @@ -193,7 +193,7 @@ function VideoCards({ a.justify_center, a.align_center, a.flex_1, - a.rounded_md, + a.rounded_lg, t.atoms.bg, ]}> {({pressed}) => ( |