mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-12 11:35:10 -05:00
fix: Verify Email Styling (#1801)
This commit is contained in:
@@ -72,7 +72,7 @@ export default function VerifyEmail({
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="flex h-full w-full flex-col items-center justify-center bg-slate-50 text-center">
|
||||
<div className="flex h-full w-full flex-col items-center justify-center text-center">
|
||||
<Toaster />
|
||||
{!emailSent && !showPreviewQuestions && (
|
||||
<div className="flex flex-col items-center justify-center px-4">
|
||||
@@ -84,8 +84,8 @@ export default function VerifyEmail({
|
||||
<div className="mt-6 flex w-full space-x-2">
|
||||
<Input
|
||||
type="string"
|
||||
className="h-full"
|
||||
placeholder="user@gmail.com"
|
||||
className="h-12"
|
||||
value={email || ""}
|
||||
onChange={(e) => setEmail(e.target.value)}
|
||||
onKeyPress={handleKeyPress}
|
||||
|
||||
Reference in New Issue
Block a user