fix add collection dialog padding
This commit is contained in:
@@ -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
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user