From bcc1d9f3d688342ca1d82d7fe03311215da866aa Mon Sep 17 00:00:00 2001 From: dotta Date: Thu, 19 Mar 2026 07:26:28 -0500 Subject: [PATCH] Remove border containers from workspace fields in new project dialog Strip the rounded-border card wrappers from repo URL and local folder fields so they sit directly in the section. Add pt-3 to the section so the first field doesn't touch the border-t above it. Co-Authored-By: Paperclip --- ui/src/components/NewProjectDialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/components/NewProjectDialog.tsx b/ui/src/components/NewProjectDialog.tsx index 6a449b52..4561ac93 100644 --- a/ui/src/components/NewProjectDialog.tsx +++ b/ui/src/components/NewProjectDialog.tsx @@ -258,8 +258,8 @@ export function NewProjectDialog() { /> -
-
+
+
optional @@ -280,7 +280,7 @@ export function NewProjectDialog() { />
-
+
optional