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(
|
||||
({
|
||||
unfollowedType = 'inverted',
|
||||
followedType = 'inverted',
|
||||
followedType = 'default',
|
||||
did,
|
||||
onToggleFollow,
|
||||
}: {
|
||||
|
||||
Reference in New Issue
Block a user