From 4569fa28ff9ff706651b8c125224bb7fd75e634a Mon Sep 17 00:00:00 2001 From: Jeyavishnu S Date: Mon, 22 May 2023 20:53:09 +0530 Subject: [PATCH 1/4] [feat] Make the navbar Sticky with Themes - Made the navbar sticky. - navbar has a backdrop blur for glassy transparent effect - The background color of the navbar changes with light/dark theme at 50% opacity for better UI/UX. --- src/components/Navbar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index f0a967ea..1c1a6e2b 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -21,8 +21,8 @@ const Navbar = () => { const switchTrackColor = theme.mode === "dark" ? "#9CA3AF" : undefined return ( -