about summary refs log tree commit diff
path: root/src/components/VideoPostCard.tsx
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-07-22 12:39:20 -0700
committerCaidan Williams <caidan@internet.dev>2025-07-24 12:30:35 -0700
commit605c50d6c7e848a2581dbf9fe02c21da28225b25 (patch)
treeac54f34c38fe44de163d797d356884c9d38ae2b8 /src/components/VideoPostCard.tsx
parentdff0332dd0326b446a07d39f70df45aab178e4c4 (diff)
downloadvoidsky-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/VideoPostCard.tsx')
-rw-r--r--src/components/VideoPostCard.tsx6
1 files changed, 3 insertions, 3 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,