Change post Follow button color on toggle (#6059)
This commit is contained in:
@@ -115,7 +115,7 @@ function PostThreadFollowBtnLoaded({
|
|||||||
onPress={onPress}
|
onPress={onPress}
|
||||||
size="small"
|
size="small"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
color="secondary_inverted"
|
color={isFollowing ? 'secondary' : 'secondary_inverted'}
|
||||||
style={[a.rounded_full]}>
|
style={[a.rounded_full]}>
|
||||||
{gtMobile && (
|
{gtMobile && (
|
||||||
<ButtonIcon
|
<ButtonIcon
|
||||||
|
|||||||
Reference in New Issue
Block a user