Tweak bg on follows you pill (#9384)
* tweak bg on follows you pill * same for profile
This commit is contained in:
@@ -170,7 +170,7 @@ export function FollowsYou({size = 'sm'}: CommonProps) {
|
|||||||
}, [size])
|
}, [size])
|
||||||
|
|
||||||
return (
|
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]}>
|
<Text style={[a.text_xs, a.leading_tight]}>
|
||||||
<Trans>Follows You</Trans>
|
<Trans>Follows You</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export function ProfileHeaderHandle({
|
|||||||
pointerEvents={disableTaps ? 'none' : isIOS ? 'auto' : 'box-none'}>
|
pointerEvents={disableTaps ? 'none' : isIOS ? 'auto' : 'box-none'}>
|
||||||
<NewskieDialog profile={profile} disabled={disableTaps} />
|
<NewskieDialog profile={profile} disabled={disableTaps} />
|
||||||
{profile.viewer?.followedBy && !blockHide ? (
|
{profile.viewer?.followedBy && !blockHide ? (
|
||||||
<View style={[t.atoms.bg_contrast_25, a.rounded_xs, a.px_sm, a.py_xs]}>
|
<View style={[t.atoms.bg_contrast_50, a.rounded_xs, a.px_sm, a.py_xs]}>
|
||||||
<Text style={[t.atoms.text, a.text_sm]}>
|
<Text style={[t.atoms.text, a.text_sm]}>
|
||||||
<Trans>Follows you</Trans>
|
<Trans>Follows you</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user