File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ export function WebChatPanel({agentId}: WebChatPanelProps) {
386386 { timeline . length === 0 && ! isTyping && (
387387 < div className = "flex flex-col items-center justify-center py-24" >
388388 < p className = "text-sm text-ink-faint" >
389- Start a conversation with { agentId }
389+ Start a conversation with { agentDisplayName || agentId }
390390 </ p >
391391 </ div >
392392 ) }
@@ -397,7 +397,7 @@ export function WebChatPanel({agentId}: WebChatPanelProps) {
397397 < div key = { item . id } >
398398 { item . role === "user" ? (
399399 < div className = "flex justify-end" >
400- < div className = "max-w-[85%] min-w-0 overflow-hidden rounded-2xl rounded-br-md bg-app-hover/30 px-4 py-2.5" >
400+ < div className = "max-w-[85%] min-w-0 overflow-hidden rounded-2xl rounded-br-md bg-accent/15 px-4 py-2.5" >
401401 < p className = "text-sm text-ink break-all whitespace-pre-wrap" >
402402 { item . content }
403403 </ p >
You can’t perform that action at this time.
0 commit comments