feat(share): share btn above conversations

This commit is contained in:
ManishMadan2882
2024-07-16 02:09:36 +05:30
parent 1107a2f2bc
commit e2b76d9c29
2 changed files with 32 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ export const ShareConversationModal = ({
</button>
) : (
<button
className="my-1 flex h-10 w-36 items-center justify-evenly rounded-full border border-solid border-purple-30 p-2 text-center text-sm font-bold text-purple-30 hover:bg-purple-30 hover:text-white"
className="my-1 flex h-10 w-36 items-center justify-evenly rounded-full border border-solid border-purple-30 p-2 text-center text-sm font-normal text-purple-30 hover:bg-purple-30 hover:text-white"
onClick={() => {
shareCoversationPublicly(false);
}}