fix(desktop): improve Try It right panel visual separation

Replace bg-muted/30 with border-l for a clean separator between the
prompt list and ChatView panels.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jiayuan Zhang 2026-02-10 22:47:16 +08:00
parent 0c4f8796d7
commit 9240e31fcb

View file

@ -99,7 +99,7 @@ export default function TryItStep() {
</div>
{/* Right column — live chat */}
<div className="flex-1 flex flex-col min-h-0 bg-muted/30">
<div className="flex-1 flex flex-col min-h-0 border-l">
{initError ? (
<div className="flex-1 flex items-center justify-center text-sm text-destructive px-8 text-center">
{initError}