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

@ -3,7 +3,7 @@ import ChatLayout from "src/components/layouts/chat-layout";
function App() {
return (
<div className="min-h-screen bg-slate-900 text-white flex items-center justify-center p-6">
<div className="dark min-h-screen bg-gray-950 text-white flex items-center justify-center p-6">
<ChatLayout />
</div>
);