Preparation for theming

This commit is contained in:
grimsi
2024-04-01 19:59:44 +02:00
parent d30cd9706d
commit 5a2b26ee0c
15 changed files with 209 additions and 57 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const Wizard = ({children, initialValues, onSubmit}: {
validationSchema={step.props.validationSchema}
>
{formik => (
<Form className="flex flex-col grow">
<Form className="flex flex-col h-full">
<div className="w-full mb-8">
<p>Step {stepNumber + 1} of {steps.length}</p>
{/*<Stepper activeStep={stepNumber}>