Merge pull request 'fix: add full width class to Attachment component in FileUploadField' (#21) from fix/add-width-class-to-attachment into dev

Reviewed-on: itm/siakad-itm#21
This commit is contained in:
pangestu 2026-08-24 17:51:25 +08:00
commit 2b3c3cae03

View File

@ -66,7 +66,7 @@ export function FileUploadField({
className="hidden"
/>
<Attachment state={state}>
<Attachment state={state} className="w-full">
<AttachmentTrigger onClick={() => inputRef.current?.click()} />
<AttachmentMedia>
<FileIcon />