mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
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:
parent
cb6e615186
commit
71d93c79a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue