Skip to content

Commit

Permalink
Change post Follow button color on toggle (#6059)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Nov 1, 2024
1 parent fb4210b commit 2398b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/com/post-thread/PostThreadFollowBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2398b84

Please sign in to comment.