mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-02 07:58:57 +02:00
🎨 Fix margins in login form
This commit is contained in:
parent
cfe3c832a4
commit
1c59af7510
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ const VerifyCode: React.FunctionComponent<{
|
|||
})}
|
||||
>
|
||||
<fieldset>
|
||||
<div className="mb-1 text-2xl font-bold">{t("verifyYourEmail")}</div>
|
||||
<h1 className="mb-1">{t("verifyYourEmail")}</h1>
|
||||
<div className="mb-4 text-slate-500">
|
||||
{t("stepSummary", {
|
||||
current: 2,
|
||||
|
@ -98,7 +98,7 @@ const VerifyCode: React.FunctionComponent<{
|
|||
{t("verificationCodeHelp")}
|
||||
</p>
|
||||
</fieldset>
|
||||
<div className="space-y-4 sm:flex sm:space-y-0 sm:space-x-3">
|
||||
<div className="mt-6 space-y-4 sm:flex sm:space-y-0 sm:space-x-3">
|
||||
<Button
|
||||
loading={formState.isSubmitting || formState.isSubmitSuccessful}
|
||||
htmlType="submit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue