Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork

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 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" />