From bd4a4cc4aff2a525204aae5cc1771fb2265ff9d3 Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Sat, 14 Jun 2025 02:32:59 +0530 Subject: [PATCH] (feat:question) match design --- .../src/conversation/ConversationBubble.tsx | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 422e0de6..04800c83 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -161,7 +161,7 @@ const ConversationBubble = forwardRef< style={{ wordBreak: 'break-word', }} - className="ml-2 mr-2 flex max-w-full items-center whitespace-pre-wrap rounded-[28px] bg-gradient-to-b from-medium-purple to-slate-blue px-[19px] py-[14px] text-sm leading-normal text-white sm:text-base" + className="ml-2 mr-2 flex max-w-full items-start gap-2 whitespace-pre-wrap rounded-[28px] bg-gradient-to-b from-medium-purple to-slate-blue py-[14px] pl-[19px] pr-3 text-sm leading-normal text-white sm:text-base" >
{message}
+ {shouldShowToggle && ( + + )} - {shouldShowToggle && ( - - )}