From 2e16e046f189f92cf166b5c8f6004fe5eae84ef8 Mon Sep 17 00:00:00 2001 From: Johannes <72809645+jobenjada@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:06:22 -0600 Subject: [PATCH] fix: Verify Email Styling (#1801) --- apps/web/app/s/[surveyId]/components/VerifyEmail.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/app/s/[surveyId]/components/VerifyEmail.tsx b/apps/web/app/s/[surveyId]/components/VerifyEmail.tsx index dff3001dac..d32e86cae3 100644 --- a/apps/web/app/s/[surveyId]/components/VerifyEmail.tsx +++ b/apps/web/app/s/[surveyId]/components/VerifyEmail.tsx @@ -72,7 +72,7 @@ export default function VerifyEmail({ } return ( -
+
{!emailSent && !showPreviewQuestions && (
@@ -84,8 +84,8 @@ export default function VerifyEmail({
setEmail(e.target.value)} onKeyPress={handleKeyPress}