make unfollow button light colored button (#429)
parent
a683c9e15f
commit
76132ca4dc
|
@ -9,7 +9,7 @@ import {FollowState} from 'state/models/cache/my-follows'
|
|||
export const FollowButton = observer(
|
||||
({
|
||||
unfollowedType = 'inverted',
|
||||
followedType = 'inverted',
|
||||
followedType = 'default',
|
||||
did,
|
||||
onToggleFollow,
|
||||
}: {
|
||||
|
|
Loading…
Reference in New Issue