From f4d9c80f841d35f5b253c44a9431a47a687a4a2d Mon Sep 17 00:00:00 2001 From: Kartikey Date: Fri, 15 May 2026 17:08:56 +0530 Subject: [PATCH] feat: add glassmorphism navbar with theme support --- src/App.tsx | 2 +- src/components/Navbar.tsx | 27 ++++++++++++--------------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index b00eba8..d1a4e8c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,7 +8,7 @@ import ThemeWrapper from "./context/ThemeContext"; function App() { return ( -
+
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index c6cc86d..3eb389f 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -15,7 +15,7 @@ const Navbar: React.FC = () => { const { toggleTheme, mode } = themeContext; return ( -