style(colors): changed colors

using slate and grey colors for the most part with violot bc why not
This commit is contained in:
JK-le-dev 2025-10-18 20:04:02 -05:00
commit 5e0de6e894
8 changed files with 18 additions and 83 deletions

View file

@ -25,7 +25,7 @@ export default function ChatLayout() {
}
return (
<div className="flex flex-col h-[80vh] max-w-3xl mx-auto rounded-lg overflow-hidden shadow-lg">
<div className="flex flex-col">
<ChatHeader />
<ChatWindow messages={messages} />
<MessageInput onSend={handleSend} />