@@ -245,12 +245,12 @@ const AIViewInner: React.FC<AIViewProps> = ({
245245 return (
246246 < div
247247 className = { cn (
248- "flex flex-1 flex-row bg-neutral-950 text-neutral-200 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" } }
252252 >
253- < div className = "flex h-full flex-1 flex-col items-center justify-center text-center text-neutral-500 " >
253+ < div className = "flex h-full flex-1 flex-col items-center justify-center text-center text-neutral-400 " >
254254 < h3 className = "m-0 mb-2.5 text-base font-medium" > Loading workspace...</ h3 >
255255 </ div >
256256 </ div >
@@ -286,12 +286,12 @@ const AIViewInner: React.FC<AIViewProps> = ({
286286 return (
287287 < div
288288 className = { cn (
289- "flex flex-1 flex-row bg-neutral-950 text-neutral-200 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" } }
293293 >
294- < div className = "flex h-full flex-1 flex-col items-center justify-center text-center text-neutral-500 " >
294+ < div className = "flex h-full flex-1 flex-col items-center justify-center text-center text-neutral-400 " >
295295 < h3 className = "m-0 mb-2.5 text-base font-medium" > Loading workspace...</ h3 >
296296 </ div >
297297 </ div >
@@ -302,12 +302,12 @@ const AIViewInner: React.FC<AIViewProps> = ({
302302 return (
303303 < div
304304 className = { cn (
305- "flex flex-1 flex-row bg-neutral-950 text-neutral-200 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" } }
309309 >
310- < div className = "flex h-full flex-1 flex-col items-center justify-center text-center text-neutral-500 " >
310+ < div className = "flex h-full flex-1 flex-col items-center justify-center text-center text-neutral-400 " >
311311 < h3 className = "m-0 mb-2.5 text-base font-medium" > No Workspace Selected</ h3 >
312312 < p className = "m-0 text-[13px]" >
313313 Select a workspace from the sidebar to view and interact with Claude
@@ -320,7 +320,7 @@ const AIViewInner: React.FC<AIViewProps> = ({
320320 return (
321321 < div
322322 className = { cn (
323- "flex flex-1 flex-row bg-neutral-950 text-neutral-200 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" } }
@@ -330,7 +330,7 @@ const AIViewInner: React.FC<AIViewProps> = ({
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 >
332332 < div className = "flex items-center justify-between border-b border-neutral-800 bg-neutral-900 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]" >
333- < div className = "flex min-w-0 items-center gap-2 overflow-hidden font-semibold text-neutral-200 " >
333+ < div className = "flex min-w-0 items-center gap-2 overflow-hidden font-semibold text-neutral-300 " >
334334 < StatusIndicator
335335 streaming = { canInterrupt }
336336 title = {
@@ -345,13 +345,13 @@ const AIViewInner: React.FC<AIViewProps> = ({
345345 < span className = "min-w-0 truncate font-mono text-xs" >
346346 { projectName } / { branch }
347347 </ span >
348- < span className = "min-w-0 truncate font-mono text-[11px] font-normal text-neutral-500 " >
348+ < span className = "min-w-0 truncate font-mono text-[11px] font-normal text-neutral-400 " >
349349 { namedWorkspacePath }
350350 </ span >
351351 < TooltipWrapper inline >
352352 < button
353353 onClick = { handleOpenTerminal }
354- className = "flex cursor-pointer items-center justify-center border-none bg-transparent p-1 text-neutral-500 transition-colors hover:text-neutral-200 [&_svg]:h-4 [&_svg]:w-4"
354+ className = "flex cursor-pointer items-center justify-center border-none bg-transparent p-1 text-neutral-400 transition-colors hover:text-neutral-300 [&_svg]:h-4 [&_svg]:w-4"
355355 >
356356 < svg viewBox = "0 0 16 16" fill = "currentColor" >
357357 < path d = "M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0114.25 15H1.75A1.75 1.75 0 010 13.25V2.75zm1.75-.25a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V2.75a.25.25 0 00-.25-.25H1.75zM7.25 8a.75.75 0 01-.22.53l-2.25 2.25a.75.75 0 01-1.06-1.06L5.44 8 3.72 6.28a.75.75 0 111.06-1.06l2.25 2.25c.141.14.22.331.22.53zm1.5 1.5a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z" />
@@ -378,7 +378,7 @@ const AIViewInner: React.FC<AIViewProps> = ({
378378 className = "h-full overflow-y-auto p-[15px] leading-[1.5] break-words whitespace-pre-wrap"
379379 >
380380 { mergedMessages . length === 0 ? (
381- < div className = "flex h-full flex-1 flex-col items-center justify-center text-center text-neutral-500 [&_h3]:m-0 [&_h3]:mb-2.5 [&_h3]:text-base [&_h3]:font-medium [&_p]:m-0 [&_p]:text-[13px]" >
381+ < div className = "flex h-full flex-1 flex-col items-center justify-center text-center text-neutral-400 [&_h3]:m-0 [&_h3]:mb-2.5 [&_h3]:text-base [&_h3]:font-medium [&_p]:m-0 [&_p]:text-[13px]" >
382382 < h3 > No Messages Yet</ h3 >
383383 < p > Send a message below to begin</ p >
384384 </ div >
0 commit comments