diff --git a/src/components/Post/Embed/FeedEmbed.tsx b/src/components/Post/Embed/FeedEmbed.tsx index 47d59e3463..26ff9b5298 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 c1450bdcf9..47c5b2c287 100644 --- a/src/components/Post/Embed/ListEmbed.tsx +++ b/src/components/Post/Embed/ListEmbed.tsx @@ -17,7 +17,7 @@ export function ListEmbed({ return ( ) }