diff options
Diffstat (limited to 'src/view/com/util/post-embeds/VideoEmbed.tsx')
-rw-r--r-- | src/view/com/util/post-embeds/VideoEmbed.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/util/post-embeds/VideoEmbed.tsx b/src/view/com/util/post-embeds/VideoEmbed.tsx index 267b5d184..24802d188 100644 --- a/src/view/com/util/post-embeds/VideoEmbed.tsx +++ b/src/view/com/util/post-embeds/VideoEmbed.tsx @@ -40,11 +40,11 @@ export function VideoEmbed({embed}: Props) { <View style={[ a.w_full, - a.rounded_sm, + a.rounded_md, a.overflow_hidden, {aspectRatio}, {backgroundColor: 'black'}, - a.my_xs, + a.mt_xs, ]}> <ErrorBoundary renderError={renderError} key={key}> <InnerWrapper embed={embed} /> |