From 9983b4587b39185ffd772cf612cf557352ad6b69 Mon Sep 17 00:00:00 2001 From: Kiet Ho Date: Tue, 28 Apr 2026 10:49:34 -0700 Subject: [PATCH] feat(desktop): indent workspaces under projects in v2 sidebar --- .../DashboardSidebarExpandedWorkspaceRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/renderer/routes/_authenticated/_dashboard/components/DashboardSidebar/components/DashboardSidebarWorkspaceItem/components/DashboardSidebarExpandedWorkspaceRow/DashboardSidebarExpandedWorkspaceRow.tsx b/apps/desktop/src/renderer/routes/_authenticated/_dashboard/components/DashboardSidebar/components/DashboardSidebarWorkspaceItem/components/DashboardSidebarExpandedWorkspaceRow/DashboardSidebarExpandedWorkspaceRow.tsx index 606b162f6ba..43da297df29 100644 --- a/apps/desktop/src/renderer/routes/_authenticated/_dashboard/components/DashboardSidebar/components/DashboardSidebarWorkspaceItem/components/DashboardSidebarExpandedWorkspaceRow/DashboardSidebarExpandedWorkspaceRow.tsx +++ b/apps/desktop/src/renderer/routes/_authenticated/_dashboard/components/DashboardSidebar/components/DashboardSidebarWorkspaceItem/components/DashboardSidebarExpandedWorkspaceRow/DashboardSidebarExpandedWorkspaceRow.tsx @@ -128,7 +128,7 @@ export const DashboardSidebarExpandedWorkspaceRow = forwardRef< }} onDoubleClick={onDoubleClick} className={cn( - "relative flex w-full items-center pl-3 pr-2 text-left text-sm", + "relative flex w-full items-center pl-5 pr-2 text-left text-sm", onClick && (isActive ? "cursor-pointer hover:bg-muted"