Make follow button more obvious

This commit is contained in:
Eric Bailey
2025-01-18 18:41:56 -06:00
parent 5a38897b40
commit 74d7972172
+2 -2
View File
@@ -771,9 +771,9 @@ function Overlay({
profile.viewer?.following ? _(msg`Unfollow user`) : ''
}
size="small"
variant="outline"
variant="solid"
color="secondary_inverted"
style={[a.mb_xs, a.bg_transparent]}
style={[a.mb_xs]}
onPress={() =>
profile.viewer?.following
? queueUnfollow()