make unfollow button light colored button (#429)

This commit is contained in:
Ansh
2023-04-11 12:13:38 -07:00
committed by GitHub
parent a683c9e15f
commit 76132ca4dc
+1 -1
View File
@@ -9,7 +9,7 @@ import {FollowState} from 'state/models/cache/my-follows'
export const FollowButton = observer(
({
unfollowedType = 'inverted',
followedType = 'inverted',
followedType = 'default',
did,
onToggleFollow,
}: {