fix: improve command menu contrast and footer styling
- 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 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import Link from 'next/link'
|
||||
|
||||
export function AppFooter() {
|
||||
return (
|
||||
<footer className="border-t border-border/40 px-6 py-12 lg:px-8">
|
||||
<footer className="border-t border-border/40 bg-background/80 backdrop-blur-sm px-6 py-12 lg:px-8">
|
||||
<div className="mx-auto max-w-7xl">
|
||||
<div className="flex flex-col items-center justify-between gap-4 sm:flex-row">
|
||||
<div className="text-center sm:text-left">
|
||||
|
||||
Reference in New Issue
Block a user