refactor: improve loading animation and debug panel styles (#24075)

This commit is contained in:
Wu Tianwei
2025-08-18 11:12:47 +08:00
committed by GitHub
parent 6b51530e21
commit 218e247fd2
2 changed files with 3 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ const DebugAndPreview = () => {
<div
ref={containerRef}
className={cn(
'relative flex h-full flex-col rounded-l-2xl border border-r-0 border-components-panel-border bg-components-panel-bg shadow-xl',
'relative flex h-full flex-col rounded-l-2xl border border-r-0 border-components-panel-border bg-chatbot-bg shadow-xl',
)}
style={{ width: `${panelWidth}px` }}
>