From 71d93c79a51cc5ffdf71e810e980c626231ed6f2 Mon Sep 17 00:00:00 2001 From: dotta Date: Mon, 6 Apr 2026 19:49:50 -0500 Subject: [PATCH] Fix Upload button chip styling in new-issue dialog The Upload button was missing the pill/chip styling (border, rounded-md, padding) that all other buttons in the chip bar have. Apply the same className pattern used by the Labels chip. Co-Authored-By: Paperclip --- ui/src/components/NewIssueDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/NewIssueDialog.tsx b/ui/src/components/NewIssueDialog.tsx index 8c2ccde9..b01457e9 100644 --- a/ui/src/components/NewIssueDialog.tsx +++ b/ui/src/components/NewIssueDialog.tsx @@ -1482,7 +1482,7 @@ export function NewIssueDialog() { multiple />