From beae1aae8b88fb1e31d7a99fc796815e6bdc5c64 Mon Sep 17 00:00:00 2001 From: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:43:15 +0530 Subject: [PATCH] fix: siderbar hover state (#12910) --- packages/features/shell/Shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index bca55a0afb..a42e43353a 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -724,7 +724,7 @@ const NavigationItem: React.FC<{ props.index === 0 ? "mt-0" : "mt-px" }` : "[&[aria-current='page']]:text-emphasis mt-0.5 text-sm", - isLocaleReady ? "hover:bg-emphasis hover:text-emphasis" : "" + isLocaleReady ? "hover:bg-subtle hover:text-emphasis" : "" )} aria-current={current ? "page" : undefined}> {item.icon && (