add cursor pointer
This commit is contained in:
parent
cfae831b64
commit
aded5a3674
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ function PostReactionButton({ emoji, didReact, onClick, count }: PostReactionBut
|
|||
<button
|
||||
key={emoji}
|
||||
onClick={onClick}
|
||||
className={`flex items-center px-2 py-1 rounded-full border ${
|
||||
className={`flex items-center px-2 py-1 rounded-full border cursor-pointer ${
|
||||
didReact ? 'bg-gray-100 border-gray-400' : 'bg-white border-gray-200'
|
||||
} hover:bg-gray-100 transition-colors`}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue