From 7a2e6e640dcddadf927d132c8c90a1ed6b9fc976 Mon Sep 17 00:00:00 2001 From: Ankit Matth <146843890+Ankit-Matth@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:48:25 +0530 Subject: [PATCH] [making required changes] - Update ConversationBubble.tsx --- .../src/conversation/ConversationBubble.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index dc02447..7fb377b 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -162,7 +162,7 @@ const ConversationBubble = forwardRef<
{copied ? ( @@ -199,16 +199,16 @@ const ConversationBubble = forwardRef< style={{ backgroundColor: isLikeHovered ? isLikeClicked - ? '#dfe3f5' - : '#edeef0' + ? '#7D54D1' + : '#EEEEEE' : isLikeClicked - ? '#dfe3f5' + ? '#7D54D1' : '#ffffff', }} >