-2
src/components/FeedInterstitials.tsx
-2
src/components/FeedInterstitials.tsx
···
770
770
}
771
771
772
772
function SeeMoreSuggestedProfilesCard({onPress}: {onPress: () => void}) {
773
-
const t = useTheme()
774
773
const {_} = useLingui()
775
774
776
775
return (
···
784
783
a.gap_sm,
785
784
a.p_md,
786
785
a.rounded_lg,
787
-
t.atoms.shadow_sm,
788
786
{width: FINAL_CARD_WIDTH},
789
787
]}>
790
788
<ButtonIcon icon={ArrowRight} size="lg" />