diff --git a/frontend/src/components/ai-elements/conversation.tsx b/frontend/src/components/ai-elements/conversation.tsx index 28ed3d70..c3a74fb9 100644 --- a/frontend/src/components/ai-elements/conversation.tsx +++ b/frontend/src/components/ai-elements/conversation.tsx @@ -11,7 +11,7 @@ export type ConversationProps = ComponentProps; export const Conversation = ({ className, ...props }: ConversationProps) => ( ( className={cn( "group flex w-full flex-col gap-2 rounded-[10px] p-[20px]", from === "user" - ? "is-user px-0 ml-auto justify-end" + ? "is-user ml-auto justify-end px-0" : "is-assistant bg-[#ffffff]", className, )} diff --git a/frontend/src/components/workspace/welcome.tsx b/frontend/src/components/workspace/welcome.tsx index 7fee4956..ebf38d52 100644 --- a/frontend/src/components/workspace/welcome.tsx +++ b/frontend/src/components/workspace/welcome.tsx @@ -42,7 +42,7 @@ export function Welcome({ ) : (