From 5b6933994bfe77634b1a9448365155aac4a38074 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:20:28 +1000 Subject: [PATCH] added mix blend mode for navbar --- src/components/ui/NavigationBar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ui/NavigationBar.tsx b/src/components/ui/NavigationBar.tsx index c0b878d..b556c3c 100644 --- a/src/components/ui/NavigationBar.tsx +++ b/src/components/ui/NavigationBar.tsx @@ -161,7 +161,7 @@ export const HoverNavigation = ({ {hoveredIndex === idx && ( {item.label} @@ -235,7 +235,7 @@ export const NavBarLink = ({ return (