From 00b79c1f1ac0c4c2ddfbce26a5334404fef2ef0d Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Thu, 8 Jan 2026 16:55:16 +1000 Subject: [PATCH] fix: improve design contrast by using white backgrounds for cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace bg-background with bg-white for cards and panels across dashboard - Add hover:shadow-sm for better visual feedback on interactive elements - Apply fixes to: collections, agents, likes pages, and dashboard overview - Cards now properly stand out against the light gray page background 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/web/src/app/collections/[id]/page.tsx | 10 +++++----- apps/web/src/app/dashboard/agents/page.tsx | 2 +- apps/web/src/app/dashboard/collections/[id]/page.tsx | 8 ++++---- apps/web/src/app/dashboard/collections/page.tsx | 4 ++-- apps/web/src/app/dashboard/likes/agents/page.tsx | 7 ++----- apps/web/src/app/dashboard/likes/collections/page.tsx | 7 ++----- apps/web/src/app/dashboard/likes/page.tsx | 2 +- apps/web/src/app/dashboard/likes/tools/page.tsx | 7 ++----- apps/web/src/app/dashboard/page.tsx | 10 +++++----- 9 files changed, 24 insertions(+), 33 deletions(-) diff --git a/apps/web/src/app/collections/[id]/page.tsx b/apps/web/src/app/collections/[id]/page.tsx index 9c24726..436a28d 100644 --- a/apps/web/src/app/collections/[id]/page.tsx +++ b/apps/web/src/app/collections/[id]/page.tsx @@ -89,7 +89,7 @@ function McpUrlSection({ collectionId }: { collectionId: string }) { (recommended)
-
+
{httpUrl}
-
+
{sseUrl}