fix: add full width class to Attachment component in FileUploadField #21
@ -66,7 +66,7 @@ export function FileUploadField({
|
|||||||
className="hidden"
|
className="hidden"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Attachment state={state}>
|
<Attachment state={state} className="w-full">
|
||||||
<AttachmentTrigger onClick={() => inputRef.current?.click()} />
|
<AttachmentTrigger onClick={() => inputRef.current?.click()} />
|
||||||
<AttachmentMedia>
|
<AttachmentMedia>
|
||||||
<FileIcon />
|
<FileIcon />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user