diff --git a/src/components/ProjectSidebar.tsx b/src/components/ProjectSidebar.tsx index 8eef9ee3c..35732ab8b 100644 --- a/src/components/ProjectSidebar.tsx +++ b/src/components/ProjectSidebar.tsx @@ -78,7 +78,7 @@ const DraggableProjectItemBase: React.FC = ({
drag(drop(node))} className={cn( - "py-1 px-3 flex items-center border-l-transparent transition-all duration-150", + "py-1 px-3 flex items-center border-l-transparent transition-all duration-150 bg-separator", isDragging ? "cursor-grabbing opacity-40 [&_*]:!cursor-grabbing" : "cursor-grab", isOver && "bg-accent/[0.08]", selected && "bg-hover border-l-accent", @@ -416,13 +416,13 @@ const ProjectSidebarInner: React.FC = ({
{!collapsed && ( <> -
+

Projects

@@ -543,7 +543,7 @@ const ProjectSidebarInner: React.FC = ({ {isExpanded && ( -
+