From f390167f6655c973f206bf2edb57496cf8a8ed30 Mon Sep 17 00:00:00 2001 From: Alex Benzer Date: Mon, 29 Dec 2025 02:00:29 -0800 Subject: [PATCH] Remove unwanted drop shadow on "see more" card on Android (#9584) --- src/components/FeedInterstitials.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 267d303be8..6db4b858cf 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -770,7 +770,6 @@ export function ProfileGrid({ } function SeeMoreSuggestedProfilesCard({onPress}: {onPress: () => void}) { - const t = useTheme() const {_} = useLingui() return ( @@ -784,7 +783,6 @@ function SeeMoreSuggestedProfilesCard({onPress}: {onPress: () => void}) { a.gap_sm, a.p_md, a.rounded_lg, - t.atoms.shadow_sm, {width: FINAL_CARD_WIDTH}, ]}>