feat: implement layout components, shared input UI, and define global color theme

This commit is contained in:
Poyraz Avsever
2026-05-07 11:21:08 +03:00
parent 8df585752f
commit a132443c93
5 changed files with 48 additions and 46 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export function Sidebar() {
const pathname = usePathname();
return (
<aside className="w-64 border-r border-border bg-card min-h-screen flex flex-col shrink-0">
<aside className="w-64 border-r border-border bg-secondary min-h-screen flex flex-col shrink-0">
<div className="h-16 flex items-center px-6 border-b border-border text-primary">
<BrainCircuit className="h-6 w-6 mr-2" />
<h2 className="text-xl font-bold tracking-tight">MindSpace</h2>