Bluesky app fork with some witchin' additions 💫

Tweak bg on follows you pill (#9384)

* tweak bg on follows you pill

* same for profile

authored by samuel.fm and committed by

GitHub b56ee74c 55427595

+2 -2
+1 -1
src/components/Pills.tsx
··· 170 170 }, [size]) 171 171 172 172 return ( 173 - <View style={[variantStyles, a.justify_center, t.atoms.bg_contrast_25]}> 173 + <View style={[variantStyles, a.justify_center, t.atoms.bg_contrast_50]}> 174 174 <Text style={[a.text_xs, a.leading_tight]}> 175 175 <Trans>Follows You</Trans> 176 176 </Text>
+1 -1
src/screens/Profile/Header/Handle.tsx
··· 27 27 pointerEvents={disableTaps ? 'none' : isIOS ? 'auto' : 'box-none'}> 28 28 <NewskieDialog profile={profile} disabled={disableTaps} /> 29 29 {profile.viewer?.followedBy && !blockHide ? ( 30 - <View style={[t.atoms.bg_contrast_25, a.rounded_xs, a.px_sm, a.py_xs]}> 30 + <View style={[t.atoms.bg_contrast_50, a.rounded_xs, a.px_sm, a.py_xs]}> 31 31 <Text style={[t.atoms.text, a.text_sm]}> 32 32 <Trans>Follows you</Trans> 33 33 </Text>