From afb946d6cae9ff73f1da8193d6cf4cdff9b3c7d6 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 10 Sep 2025 18:02:19 +0300 Subject: [PATCH] fix border color of feed/list embeds --- src/components/Post/Embed/FeedEmbed.tsx | 2 +- src/components/Post/Embed/ListEmbed.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ( ) }