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:
parent
0c4f8796d7
commit
9240e31fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue