feat: full screen form for mobile

This commit is contained in:
2025-07-18 15:06:50 +04:00
parent e033938a03
commit 964641a58d
11 changed files with 71 additions and 12 deletions

View File

@ -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 ? (
<>