This commit is contained in:
CHIEFSOFT\ameye
2024-04-23 16:44:19 -04:00
parent 7c70f5bd6c
commit a8dcd611d1
5 changed files with 21 additions and 24 deletions
@@ -96,7 +96,7 @@ const Horizontal: FC = () => {
<Formik validationSchema={currentSchema} initialValues={initValues} onSubmit={submitStep}>
{() => (
<Form className='mx-auto mw-600px w-100 pt-15 pb-10' id='kt_create_account_form' placeholder={undefined}>
<Form className='mx-auto mw-600px w-100 pt-15 pb-10' id='kt_create_account_form' >
<div className='current' data-kt-stepper-element='content'>
<Step1 />
</div>
@@ -207,7 +207,7 @@ const Vertical = () => {
<div className='d-flex flex-row-fluid flex-center bg-body rounded'>
<Formik validationSchema={currentSchema} initialValues={initValues} onSubmit={submitStep}>
{() => (
<Form className='py-20 w-100 w-xl-700px px-9' noValidate id='kt_create_account_form' placeholder={undefined}>
<Form className='py-20 w-100 w-xl-700px px-9' noValidate id='kt_create_account_form'>
<div className='current' data-kt-stepper-element='content'>
<Step1 />
</div>