diff --git a/src/components/Post/Embed/FeedEmbed.tsx b/src/components/Post/Embed/FeedEmbed.tsx index 47d59e346..26ff9b529 100644 --- a/src/components/Post/Embed/FeedEmbed.tsx +++ b/src/components/Post/Embed/FeedEmbed.tsx @@ -17,7 +17,7 @@ export function FeedEmbed({ return ( + style={[a.border, t.atoms.border_contrast_low, a.p_md, a.rounded_sm]}> diff --git a/src/components/Post/Embed/ListEmbed.tsx b/src/components/Post/Embed/ListEmbed.tsx index c1450bdcf..47c5b2c28 100644 --- a/src/components/Post/Embed/ListEmbed.tsx +++ b/src/components/Post/Embed/ListEmbed.tsx @@ -17,7 +17,7 @@ export function ListEmbed({ return ( ) }