Change the width in the tile

This commit is contained in:
staticGuru
2023-10-09 14:44:43 +05:30
parent b49e8deb3e
commit 129c055fee

View File

@@ -74,7 +74,7 @@ export default function ConversationTile({
>
<div
className={`flex ${
conversationId === conversation.id ? 'w-[75%]' : 'w-full'
conversationId === conversation.id ? 'w-[75%]' : 'w-[95%]'
} gap-4`}
>
<img src={Message} className="ml-2 w-5"></img>