From 01d7cf8fc97c1450894495fb8c4f068290caf2d4 Mon Sep 17 00:00:00 2001 From: bdim404 Date: Fri, 6 Mar 2026 13:24:44 +0800 Subject: [PATCH] style: Update Navbar and Home components with background color adjustments --- qwen3-tts-frontend/src/components/Navbar.tsx | 2 +- qwen3-tts-frontend/src/pages/Home.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qwen3-tts-frontend/src/components/Navbar.tsx b/qwen3-tts-frontend/src/components/Navbar.tsx index 6a6a22e..6c778ab 100644 --- a/qwen3-tts-frontend/src/components/Navbar.tsx +++ b/qwen3-tts-frontend/src/components/Navbar.tsx @@ -22,7 +22,7 @@ export function Navbar({ onToggleSidebar }: NavbarProps) { const { t, i18n } = useTranslation(['nav', 'constants']) return ( -