@@ -245,7 +245,7 @@ const AIViewInner: React.FC<AIViewProps> = ({
245245 return (
246246 < div
247247 className = { cn (
248- "flex flex-1 flex-row bg-neutral-800 text-neutral-300 overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
248+ "flex flex-1 flex-row bg-neutral-950 text-neutral-300 overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
249249 className
250250 ) }
251251 style = { { containerType : "inline-size" } }
@@ -286,7 +286,7 @@ const AIViewInner: React.FC<AIViewProps> = ({
286286 return (
287287 < div
288288 className = { cn (
289- "flex flex-1 flex-row bg-neutral-800 text-neutral-300 overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
289+ "flex flex-1 flex-row bg-neutral-950 text-neutral-300 overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
290290 className
291291 ) }
292292 style = { { containerType : "inline-size" } }
@@ -302,7 +302,7 @@ const AIViewInner: React.FC<AIViewProps> = ({
302302 return (
303303 < div
304304 className = { cn (
305- "flex flex-1 flex-row bg-neutral-800 text-neutral-300 overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
305+ "flex flex-1 flex-row bg-neutral-950 text-neutral-300 overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
306306 className
307307 ) }
308308 style = { { containerType : "inline-size" } }
@@ -320,7 +320,7 @@ const AIViewInner: React.FC<AIViewProps> = ({
320320 return (
321321 < div
322322 className = { cn (
323- "flex flex-1 flex-row bg-neutral-800 text-neutral-300 overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
323+ "flex flex-1 flex-row bg-neutral-950 text-neutral-300 overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
324324 className
325325 ) }
326326 style = { { containerType : "inline-size" } }
@@ -329,7 +329,7 @@ const AIViewInner: React.FC<AIViewProps> = ({
329329 ref = { chatAreaRef }
330330 className = "flex min-w-96 flex-1 flex-col [@media(max-width:768px)]:max-h-full [@media(max-width:768px)]:w-full [@media(max-width:768px)]:min-w-0"
331331 >
332- < div className = "flex items-center justify-between border-b border-neutral-800 bg-neutral-800 px-[15px] py-1 [@media(max-width:768px)]:flex-wrap [@media(max-width:768px)]:gap-2 [@media(max-width:768px)]:py-2 [@media(max-width:768px)]:pl-[60px]" >
332+ < div className = "flex items-center justify-between border-b border-neutral-800 bg-neutral-950 px-[15px] py-1 [@media(max-width:768px)]:flex-wrap [@media(max-width:768px)]:gap-2 [@media(max-width:768px)]:py-2 [@media(max-width:768px)]:pl-[60px]" >
333333 < div className = "flex min-w-0 items-center gap-2 overflow-hidden font-semibold text-neutral-300" >
334334 < StatusIndicator
335335 streaming = { canInterrupt }
0 commit comments