Change post Follow button color on toggle (#6059)
(cherry picked from commit 2398b84d17)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user