There was an error while loading. Please reload this page.
1 parent 4711495 commit 01c38fcCopy full SHA for 01c38fc
1 file changed
src/features/chat-page/chat-page.tsx
@@ -304,7 +304,7 @@ const ChatMessages = memo(function ChatMessages({ profilePicture }: { profilePic
304
user (architect2 SEV-1 B6).
305
*/}
306
{error && (
307
- <div className="flex items-center gap-3 py-4 px-4 mx-auto max-w-md rounded-md bg-destructive/10 border border-destructive/30 text-destructive-foreground text-sm">
+ <div className="flex items-center gap-3 py-4 px-4 mx-auto max-w-md rounded-md bg-destructive/10 border border-destructive/30 text-foreground text-sm">
308
<span>
309
{error instanceof Error ? error.message : String(error)}
310
</span>
0 commit comments