Skip to content

Commit b47bb27

Browse files
chore: sidebar project list enhancements
1 parent 39728d4 commit b47bb27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/core/components/workspace/sidebar/projects-list-item.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ export const SidebarProjectsListItem = observer(function SidebarProjectsListItem
286286
"group/project-item relative w-full px-2 py-1.5 flex items-center rounded-md text-primary hover:bg-layer-transparent-hover",
287287
{
288288
"bg-surface-2": isMenuActive,
289+
"bg-layer-transparent-active": URLProjectId === project?.id,
289290
}
290291
)}
291292
id={`${project?.id}`}

0 commit comments

Comments
 (0)