@@ -245,12 +245,12 @@ const AIViewInner: React.FC<AIViewProps> = ({
245245 return (
246246 < div
247247 className = { cn (
248- "flex flex-1 flex-row bg-bg- dark text- text-light overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
248+ "flex flex-1 flex-row bg-dark text-light 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-1 flex flex-col items-center justify-center h-full text-[#6b6b6b] text-center" >
253+ < div className = "flex-1 flex flex-col items-center justify-center h-full text-placeholder text-center" >
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-bg- dark text- text-light overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
289+ "flex flex-1 flex-row bg-dark text-light 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-1 flex flex-col items-center justify-center h-full text-[#6b6b6b] text-center" >
294+ < div className = "flex-1 flex flex-col items-center justify-center h-full text-placeholder text-center" >
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-bg- dark text- text-light overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
305+ "flex flex-1 flex-row bg-dark text-light 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-1 flex flex-col items-center justify-center h-full text-[#6b6b6b] text-center" >
310+ < div className = "flex-1 flex flex-col items-center justify-center h-full text-placeholder text-center" >
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-bg- dark text- text-light overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
323+ "flex flex-1 flex-row bg-dark text-light overflow-x-auto overflow-y-hidden [@media(max-width:768px)]:flex-col" ,
324324 className
325325 ) }
326326 style = { { containerType : "inline-size" } }
@@ -378,7 +378,7 @@ const AIViewInner: React.FC<AIViewProps> = ({
378378 className = "h-full overflow-y-auto p-[15px] whitespace-pre-wrap break-words leading-[1.5]"
379379 >
380380 { mergedMessages . length === 0 ? (
381- < div className = "flex-1 flex flex-col items-center justify-center h-full text-[#6b6b6b] text-center [&_h3]:m-0 [&_h3]:mb-2.5 [&_h3]:text-base [&_h3]:font-medium [&_p]:m-0 [&_p]:text-[13px]" >
381+ < div className = "flex-1 flex flex-col items-center justify-center h-full text-placeholder text-center [&_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