From cd38b81a12d2a58e70a2375a366d4e2391ee6962 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 13 Aug 2026 10:34:46 +0300 Subject: [PATCH] only give link embeds a background on press --- src/components/Post/Embed/ExternalEmbed/index.tsx | 4 ++-- src/components/Post/Embed/StandardSiteEmbed/index.tsx | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/Post/Embed/ExternalEmbed/index.tsx b/src/components/Post/Embed/ExternalEmbed/index.tsx index f920359477..4432eb6632 100644 --- a/src/components/Post/Embed/ExternalEmbed/index.tsx +++ b/src/components/Post/Embed/ExternalEmbed/index.tsx @@ -92,7 +92,7 @@ export const ExternalEmbed = ({ style={[a.rounded_md]} onPress={onPress} onLongPress={onShareExternal}> - {({hovered}) => ( + {({hovered, pressed}) => ( - {() => ( + {({pressed}) => ( {imageUri ? (