Tweak bg on follows you pill (#9384)

* tweak bg on follows you pill

* same for profile
This commit is contained in:
Samuel Newman
2025-11-13 22:01:49 +02:00
committed by GitHub
parent 554275957e
commit b56ee74cdb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ export function FollowsYou({size = 'sm'}: CommonProps) {
}, [size])
return (
<View style={[variantStyles, a.justify_center, t.atoms.bg_contrast_25]}>
<View style={[variantStyles, a.justify_center, t.atoms.bg_contrast_50]}>
<Text style={[a.text_xs, a.leading_tight]}>
<Trans>Follows You</Trans>
</Text>