make unfollow button light colored button (#429)
This commit is contained in:
parent
a683c9e15f
commit
76132ca4dc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import {FollowState} from 'state/models/cache/my-follows'
|
||||||
export const FollowButton = observer(
|
export const FollowButton = observer(
|
||||||
({
|
({
|
||||||
unfollowedType = 'inverted',
|
unfollowedType = 'inverted',
|
||||||
followedType = 'inverted',
|
followedType = 'default',
|
||||||
did,
|
did,
|
||||||
onToggleFollow,
|
onToggleFollow,
|
||||||
}: {
|
}: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue