From 3af7bd307902d7a9aa3dc0c8fa1b85b7b5eb1230 Mon Sep 17 00:00:00 2001 From: Soyoka <55011525+soy0ka@users.noreply.github.com> Date: Mon, 26 May 2025 21:08:29 +0900 Subject: [PATCH] fix: navbar styling on lightmode (#683) --- components/Navbar.tsx | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 9af6743..c30d35e 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -51,12 +51,16 @@ const Navbar: React.FC = ({ token }) => { setUserCache(null) } }, [token]) - + return ( -
-