From ba8dbefcd2bfae50141348c30cd700cf0a895f2e Mon Sep 17 00:00:00 2001 From: chihlasm Date: Tue, 24 Mar 2026 05:50:33 +0000 Subject: [PATCH] fix: improve inline code contrast in AI chat responses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bg-white/[0.08] was too subtle — text was unreadable against the dark background. Bump to bg-white/[0.12] with a subtle border and text-foreground for proper contrast. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/ui/MarkdownContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ui/MarkdownContent.tsx b/frontend/src/components/ui/MarkdownContent.tsx index 7eefee46..901e02e0 100644 --- a/frontend/src/components/ui/MarkdownContent.tsx +++ b/frontend/src/components/ui/MarkdownContent.tsx @@ -54,7 +54,7 @@ export function MarkdownContent({ content, className }: MarkdownContentProps) { } return ( {children}