diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/VideoPostCard.tsx | 6 | ||||
-rw-r--r-- | src/components/interstitials/TrendingVideos.tsx | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/components/VideoPostCard.tsx b/src/components/VideoPostCard.tsx index 191c7b82a..99ac53eaf 100644 --- a/src/components/VideoPostCard.tsx +++ b/src/components/VideoPostCard.tsx @@ -421,7 +421,7 @@ export function CompactVideoPostCard({ <View style={[ a.justify_center, - a.rounded_md, + a.rounded_lg, a.overflow_hidden, { backgroundColor: black, @@ -462,7 +462,7 @@ export function CompactVideoPostCard({ <View style={[ a.justify_center, - a.rounded_md, + a.rounded_lg, a.overflow_hidden, { backgroundColor: black, @@ -537,7 +537,7 @@ export function CompactVideoPostCardPlaceholder() { <View style={[a.flex_1]}> <View style={[ - a.rounded_md, + a.rounded_lg, a.overflow_hidden, { backgroundColor: black, 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}) => ( |