diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 80833783e3..e970ca0d06 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -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()