make unfollow button light colored button (#429)

zio/stable
Ansh 2023-04-11 12:13:38 -07:00 committed by GitHub
parent a683c9e15f
commit 76132ca4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,
}: {