Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change post Follow button color on toggle (#6059)

authored by

dan and committed by
GitHub
2398b84d fb4210b3

+1 -1
+1 -1
src/view/com/post-thread/PostThreadFollowBtn.tsx
··· 115 115 onPress={onPress} 116 116 size="small" 117 117 variant="solid" 118 - color="secondary_inverted" 118 + color={isFollowing ? 'secondary' : 'secondary_inverted'} 119 119 style={[a.rounded_full]}> 120 120 {gtMobile && ( 121 121 <ButtonIcon