diff options
Diffstat (limited to 'src/view/com/post-thread')
-rw-r--r-- | src/view/com/post-thread/PostThreadFollowBtn.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 && ( <ButtonIcon |