make unfollow button light colored button (#429)
This commit is contained in:
@@ -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,
|
||||||
}: {
|
}: {
|
||||||
|
|||||||
Reference in New Issue
Block a user