Remove unwanted drop shadow on "see more" card on Android (#9584)

This commit is contained in:
Alex Benzer
2025-12-29 02:00:29 -08:00
committed by GitHub
parent 6275d2e0fd
commit f390167f66
-2
View File
@@ -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},
]}>
<ButtonIcon icon={ArrowRight} size="lg" />