Change post Follow button color on toggle (#6059)

This commit is contained in:
dan
2024-11-01 19:09:28 +00:00
committed by GitHub
parent fb4210b36c
commit 2398b84d17
@@ -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