fix add collection dialog padding

This commit is contained in:
2025-06-03 13:41:01 +00:00
parent 38b690426f
commit 3fcd90af69

View File

@@ -82,13 +82,13 @@ function AddCollectionDialog() {
<DialogTitle>NEW COLLECTION</DialogTitle> <DialogTitle>NEW COLLECTION</DialogTitle>
<DialogBody> <DialogBody>
{message()} {message()}
<form id={formId} onSubmit={onSubmit}> <form id={formId} className="px-8" onSubmit={onSubmit}>
<FormField <FormField
ref={titleInputRef} ref={titleInputRef}
type="text" type="text"
name="title" name="title"
label="TITLE" label="TITLE"
className="w-full mb-4" className="w-full"
labelClassName="bg-stone-300 dark:bg-stone-800" labelClassName="bg-stone-300 dark:bg-stone-800"
required required
/> />