diff --git a/frontend/src/assets/user.png b/frontend/src/assets/user.png index 3cc5d2f1..259d6b0b 100644 Binary files a/frontend/src/assets/user.png and b/frontend/src/assets/user.png differ diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index a88e1415..df4f6950 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -294,7 +294,7 @@ export default function Conversation() { return (
{conversationId && queries.length > 0 && ( -
+
{' '}
{isMobile && queries.length > 0 && ( diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 813739f2..2ee66b4c 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -127,7 +127,7 @@ const ConversationBubble = forwardRef< setIsEditClicked(true); setEditInputBox(message); }} - className={`flex-shrink-0 h-fit mt-3 p-2 cursor-pointer rounded-full hover:bg-[#35363B] flex items-center ${isQuestionHovered || isEditClicked ? 'visible' : 'invisible'}`} + className={`flex-shrink-0 h-fit mt-3 p-2 cursor-pointer rounded-full hover:bg-light-silver dark:hover:bg-[#35363B] flex items-center ${isQuestionHovered || isEditClicked ? 'visible' : 'invisible'}`} > Edit @@ -143,17 +143,17 @@ const ConversationBubble = forwardRef< onChange={(e) => setEditInputBox(e.target.value)} rows={5} value={editInputBox} - className="w-full resize-none border-2 border-black dark:border-white rounded-3xl px-4 py-3 text-base leading-relaxed text-black dark:bg-raisin-black dark:text-white focus:outline-none focus:ring-2 focus:ring-[#CDB5FF]" + className="w-full resize-none border border-silver dark:border-philippine-grey rounded-3xl px-4 py-3 text-base leading-relaxed text-carbon dark:text-chinese-white dark:bg-raisin-black focus:outline-none" />