Change Follow button to black
This commit is contained in:
parent
65ff3ebdac
commit
6d6e127f7b
|
@ -37,10 +37,7 @@ export function FollowFoldButton(props: { fold: Fold; className?: string }) {
|
|||
}
|
||||
|
||||
return (
|
||||
<button
|
||||
className={clsx('btn btn-secondary bg-indigo-500 btn-sm', className)}
|
||||
onClick={onFollow}
|
||||
>
|
||||
<button className={clsx('btn btn-sm', className)} onClick={onFollow}>
|
||||
Follow
|
||||
</button>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user