Skip to content

Commit d64255b

Browse files
fix: change sidebar hover background to subtle when locale ready (calcom#25876)
1 parent 5c5d221 commit d64255b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/features/shell/SideBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export function SideBar({ bannersHeight, user }: SideBarProps) {
157157
"text-left",
158158
"[&[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",
159159
"[&[aria-current='page']]:text-emphasis mt-0.5 w-full text-sm",
160-
isLocaleReady ? "hover:bg-emphasis hover:text-emphasis" : "",
160+
isLocaleReady ? "hover:bg-subtle hover:text-emphasis" : "",
161161
index === 0 && "mt-3"
162162
)}
163163
onClick={item.onClick}>

0 commit comments

Comments
 (0)