Change post Follow button color on toggle (#6059)

(cherry picked from commit 2398b84d17)
This commit is contained in:
dan
2024-11-01 19:09:28 +00:00
committed by Hailey
parent 7dd0171afb
commit fa55e37775
@@ -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