From ded05e18f4020480d47b411a9eabd30c47afe0f3 Mon Sep 17 00:00:00 2001 From: Scarriffle Date: Tue, 2 Jun 2026 21:33:05 +0200 Subject: [PATCH] ui: make player, top bar and bottom nav opaque Drop the semi-transparent backgrounds and backdrop blur for a cleaner, solid look. Co-Authored-By: Claude Opus 4.8 --- src/components/layout/BottomNav.tsx | 2 +- src/components/layout/TopBar.tsx | 2 +- src/components/player/PlayerBar.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/layout/BottomNav.tsx b/src/components/layout/BottomNav.tsx index 2f94584..929b2f8 100644 --- a/src/components/layout/BottomNav.tsx +++ b/src/components/layout/BottomNav.tsx @@ -28,7 +28,7 @@ export function BottomNav() { if (isAdmin) tabs.push({ to: '/admin/users', label: 'Admin', icon: }) return ( -