forked from farhoodlabs/paperclip
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:
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user