diff --git a/components/Forms/Register/form.module.css b/components/Forms/Register/form.module.css index 612cbc8f8..dc913b792 100644 --- a/components/Forms/Register/form.module.css +++ b/components/Forms/Register/form.module.css @@ -46,4 +46,8 @@ .nameInputs { grid-template-columns: 1fr 1fr; } + + .signUpButton { + width: fit-content; + } } diff --git a/components/Forms/Register/index.tsx b/components/Forms/Register/index.tsx index ed82617b0..a8f3f6524 100644 --- a/components/Forms/Register/index.tsx +++ b/components/Forms/Register/index.tsx @@ -94,12 +94,12 @@ export default function Form({ link, subtitle, title }: RegisterFormProps) {