UI checks

This commit is contained in:
ManishMadan2882
2023-10-08 06:26:08 +05:30
parent 7ee3f10a81
commit 54fdd2da57
2 changed files with 2 additions and 2 deletions

View File

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