Bluesky app fork with some witchin' additions 💫

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

authored by Alex Benzer and committed by GitHub f390167f 6275d2e0

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