Make follow button more obvious
This commit is contained in:
@@ -771,9 +771,9 @@ function Overlay({
|
|||||||
profile.viewer?.following ? _(msg`Unfollow user`) : ''
|
profile.viewer?.following ? _(msg`Unfollow user`) : ''
|
||||||
}
|
}
|
||||||
size="small"
|
size="small"
|
||||||
variant="outline"
|
variant="solid"
|
||||||
color="secondary_inverted"
|
color="secondary_inverted"
|
||||||
style={[a.mb_xs, a.bg_transparent]}
|
style={[a.mb_xs]}
|
||||||
onPress={() =>
|
onPress={() =>
|
||||||
profile.viewer?.following
|
profile.viewer?.following
|
||||||
? queueUnfollow()
|
? queueUnfollow()
|
||||||
|
|||||||
Reference in New Issue
Block a user