feat: full screen form for mobile
This commit is contained in:
@ -31,7 +31,7 @@ const LoginForm: FC<Props> = ({ isCreatingId = false }) => {
|
||||
|
||||
return (
|
||||
<form onSubmit={form.onSubmit(handleSubmit)}>
|
||||
<Stack w={350}>
|
||||
<Stack>
|
||||
<PhoneInput {...form.getInputProps("phoneNumber")} />
|
||||
{isCreatingId ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user