Use lighter gray in small follow button to deemphasize

This commit is contained in:
James Grugett 2022-06-08 23:06:25 -05:00
parent a2eece5f5c
commit f52b756163

View File

@ -15,7 +15,7 @@ export function FollowButton(props: {
const user = useUser()
const smallStyle =
'btn !btn-xs border-2 border-gray-600 bg-white normal-case text-gray-600 hover:border-gray-600 hover:bg-white hover:text-gray-600'
'btn !btn-xs border-2 border-gray-500 bg-white normal-case text-gray-500 hover:border-gray-500 hover:bg-white hover:text-gray-500'
if (!user || isFollowing === undefined)
return (