Bluesky app fork with some witchin' additions 💫

make unfollow button light colored button (#429)

authored by

Ansh and committed by
GitHub
76132ca4 a683c9e1

+1 -1
+1 -1
src/view/com/profile/FollowButton.tsx
··· 9 9 export const FollowButton = observer( 10 10 ({ 11 11 unfollowedType = 'inverted', 12 - followedType = 'inverted', 12 + followedType = 'default', 13 13 did, 14 14 onToggleFollow, 15 15 }: {