From 2398b84d1740cde9d8703801cd57e7044ae6aabb Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 1 Nov 2024 19:09:28 +0000 Subject: Change post Follow button color on toggle (#6059) --- src/view/com/post-thread/PostThreadFollowBtn.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/com/post-thread/PostThreadFollowBtn.tsx b/src/view/com/post-thread/PostThreadFollowBtn.tsx index 1808e91a3..9dc93916a 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 && (