diff options
author | Caidan Williams <caidan@internet.dev> | 2025-07-22 12:39:20 -0700 |
---|---|---|
committer | Caidan Williams <caidan@internet.dev> | 2025-07-24 12:30:35 -0700 |
commit | 605c50d6c7e848a2581dbf9fe02c21da28225b25 (patch) | |
tree | ac54f34c38fe44de163d797d356884c9d38ae2b8 /src/components/interstitials/TrendingVideos.tsx | |
parent | dff0332dd0326b446a07d39f70df45aab178e4c4 (diff) | |
download | voidsky-605c50d6c7e848a2581dbf9fe02c21da28225b25.tar.zst |
style(ui): use larger border radius on video post card
Updated CompactVideoPostCard to use a larger border radius by replacing rounded_md with rounded_lg.
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}) => ( |