From dc6ca403e95e22e370c8da0186367ca7cde4840e Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Wed, 3 Jun 2026 10:11:48 -0400 Subject: [PATCH] style: align chat-history panel top padding; improve projects page contrast - Add pt-2 to the chat-history panel so its top spacing matches the other side panels (agent builder, skills, files, etc.) - Projects grid + workspace now use the darkest surface for the page (surface-primary) with cards, inputs, and the composer one step lighter (surface-secondary) and tertiary on hover, so cards read as elevated rather than darker than the background --- client/src/components/Projects/ProjectWorkspace.tsx | 8 ++++---- client/src/components/Projects/ProjectsView.tsx | 10 +++++----- .../components/UnifiedSidebar/ConversationsSection.tsx | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/src/components/Projects/ProjectWorkspace.tsx b/client/src/components/Projects/ProjectWorkspace.tsx index 16691a5dfa..e904029dff 100644 --- a/client/src/components/Projects/ProjectWorkspace.tsx +++ b/client/src/components/Projects/ProjectWorkspace.tsx @@ -126,7 +126,7 @@ export default function ProjectWorkspace() { } return ( -
+