diff --git a/apps/desktop/src/components/chat/code-card.tsx b/apps/desktop/src/components/chat/code-card.tsx index 0481951b43381..6a5881165d240 100644 --- a/apps/desktop/src/components/chat/code-card.tsx +++ b/apps/desktop/src/components/chat/code-card.tsx @@ -4,15 +4,16 @@ import { Codicon, type CodiconProps } from '@/components/ui/codicon' import { cn } from '@/lib/utils' /** - * Rounded-card shell for fenced code (and any equivalent: diffs, raw payloads, - * etc.) sized for the conversation column. Mirrors the expanded tool-row - * pattern so code blocks read as the same family of artifact. + * Rounded surface for fenced code (and any equivalent: diffs, raw payloads, + * etc.) sized for the conversation column. Background only — no border, no + * header, no language label — so a code block reads as a tinted slab of the + * reply rather than an attached artifact. */ function CodeCard({ className, ...props }: React.ComponentProps<'div'>) { return (