From f5ce19675d785c7f953473ef80898fa5892c6350 Mon Sep 17 00:00:00 2001 From: valknarness Date: Wed, 29 Oct 2025 09:57:23 +0100 Subject: [PATCH] fix: improve command menu contrast and footer styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed CommandItem highlight from accent to primary/10 with primary text - Added bg-background/80 backdrop-blur-sm to footer for consistency with header - Footer now matches the header's translucent background style 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/layout/app-footer.tsx | 2 +- components/ui/command.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout/app-footer.tsx b/components/layout/app-footer.tsx index a6f386c..a4f4d33 100644 --- a/components/layout/app-footer.tsx +++ b/components/layout/app-footer.tsx @@ -2,7 +2,7 @@ import Link from 'next/link' export function AppFooter() { return ( -