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 <noreply@paperclip.ing>
This commit is contained in:
dotta
2026-04-06 19:49:50 -05:00
parent cb6e615186
commit 71d93c79a5
+1 -1
View File
@@ -1482,7 +1482,7 @@ export function NewIssueDialog() {
multiple
/>
<button
className="bg-transparent font-normal text-xs text-muted-foreground"
className="inline-flex items-center gap-1.5 rounded-md border border-border px-2 py-1 text-xs hover:bg-accent/50 transition-colors text-muted-foreground"
onClick={() => stageFileInputRef.current?.click()}
disabled={createIssue.isPending}
>