format
This commit is contained in:
@@ -32,7 +32,10 @@ export function EmailStep({ onCodeSent }: EmailStepProps) {
|
|||||||
<form onSubmit={handleSubmit} className="flex flex-col gap-4">
|
<form onSubmit={handleSubmit} className="flex flex-col gap-4">
|
||||||
<div className="flex flex-col gap-2">
|
<div className="flex flex-col gap-2">
|
||||||
<H3>Welcome</H3>
|
<H3>Welcome</H3>
|
||||||
<Muted>Enter your email to sign in or create an account. We'll send a code to verify it.</Muted>
|
<Muted>
|
||||||
|
Enter your email to sign in or create an account. We'll send a code to
|
||||||
|
verify it.
|
||||||
|
</Muted>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex flex-col gap-1.5">
|
<div className="flex flex-col gap-1.5">
|
||||||
|
|||||||
@@ -62,7 +62,8 @@ function EmailStep({ onCodeSent }: { onCodeSent: (email: string) => void }) {
|
|||||||
<View className="gap-1">
|
<View className="gap-1">
|
||||||
<Text className="text-foreground text-3xl font-semibold">Welcome</Text>
|
<Text className="text-foreground text-3xl font-semibold">Welcome</Text>
|
||||||
<Text className="text-muted-foreground text-base">
|
<Text className="text-muted-foreground text-base">
|
||||||
Enter your email to sign in or create an account. We'll send a code to verify it.
|
Enter your email to sign in or create an account. We'll send a code to
|
||||||
|
verify it.
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user