From 26acb5f7c09320d9bcdf26a85e430f600d74c992 Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Mon, 8 Dec 2025 17:12:15 +0800 Subject: [PATCH] style(app): update header and app switcher styling App.tsx: - Replace glass-header with explicit bg-background/80 backdrop-blur - Update navigation button container to use bg-muted AppSwitcher: - Replace hardcoded gray colors with semantic muted/foreground tokens - Ensure consistent dark mode support via CSS variables - Add group class for better hover state transitions --- src/App.tsx | 4 ++-- src/components/AppSwitcher.tsx | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index a7860d577..e79df20dd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -374,7 +374,7 @@ function App() { )}
@@ -483,7 +483,7 @@ function App() { <> -
+