This commit is contained in:
ManishMadan2882
2023-10-08 05:33:13 +05:30
parent accd65a26a
commit 7ee3f10a81
2 changed files with 6 additions and 5 deletions

View File

@@ -148,8 +148,7 @@ const ConversationBubble = forwardRef<
}`}
>
<Copy
className={`hover:fill-gray-4000' } cursor-pointer
stroke-gray-4000`}
className={`cursor-pointer stroke-gray-4000 hover:fill-gray-4000`}
onClick={() => copy(message)}
></Copy>
<Like