Fix theme selection bug

Fix bug with login view redirection
This commit is contained in:
Simon Grimme
2024-05-14 16:15:25 +02:00
parent 56d4c1480e
commit 215a01606f
7 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ const Wizard = ({children, initialValues, onSubmit}: {
<div className="flex grow">
{step}
</div>
<div className="bottom-0 w-full">
<div className="left-8 right-8 absolute bottom-8 -z-1">
<div className="flex justify-between">
<Button color="primary" onClick={() => previous(formik.values)} disabled={isFirstStep}>
<ArrowLeft/>