From fa55e37775ba776c0c9cbb3f9d113c4336a1e9ec Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 1 Nov 2024 19:09:28 +0000 Subject: [PATCH] Change post Follow button color on toggle (#6059) (cherry picked from commit 2398b84d1740cde9d8703801cd57e7044ae6aabb) --- src/view/com/post-thread/PostThreadFollowBtn.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/post-thread/PostThreadFollowBtn.tsx b/src/view/com/post-thread/PostThreadFollowBtn.tsx index 1808e91a31..9dc93916a7 100644 --- a/src/view/com/post-thread/PostThreadFollowBtn.tsx +++ b/src/view/com/post-thread/PostThreadFollowBtn.tsx @@ -115,7 +115,7 @@ function PostThreadFollowBtnLoaded({ onPress={onPress} size="small" variant="solid" - color="secondary_inverted" + color={isFollowing ? 'secondary' : 'secondary_inverted'} style={[a.rounded_full]}> {gtMobile && (