From 74d797217293eedb0da2928917cedf5231cf843c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 18 Jan 2025 18:41:56 -0600 Subject: [PATCH] Make follow button more obvious --- src/screens/VideoFeed/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()