-
- {message?.content}
-
+ {message?.content}
@@ -210,7 +206,7 @@ function MessageListItem({
className={cn(
`flex w-fit max-w-[85%] flex-col rounded-2xl px-4 py-3 shadow`,
message.role === "user" &&
- "text-primary-foreground bg-brand rounded-ee-none",
+ "text-primary-foreground bg-brand rounded-ee-none",
message.role === "assistant" && "bg-card rounded-es-none",
className,
)}
@@ -319,10 +315,11 @@ function PlanCard({