From d64255be47307fdf7efd5a8235b652853119b4bc Mon Sep 17 00:00:00 2001 From: Kartik Labhshetwar Date: Mon, 15 Dec 2025 23:20:03 +0530 Subject: [PATCH] fix: change sidebar hover background to subtle when locale ready (#25876) --- packages/features/shell/SideBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/features/shell/SideBar.tsx b/packages/features/shell/SideBar.tsx index 586e9405f8..bc144dc887 100644 --- a/packages/features/shell/SideBar.tsx +++ b/packages/features/shell/SideBar.tsx @@ -157,7 +157,7 @@ export function SideBar({ bannersHeight, user }: SideBarProps) { "text-left", "[&[aria-current='page']]:bg-emphasis text-default justify-right group flex items-center rounded-md px-2 py-1.5 text-sm font-medium transition", "[&[aria-current='page']]:text-emphasis mt-0.5 w-full text-sm", - isLocaleReady ? "hover:bg-emphasis hover:text-emphasis" : "", + isLocaleReady ? "hover:bg-subtle hover:text-emphasis" : "", index === 0 && "mt-3" )} onClick={item.onClick}>