From 0fed4122bf76371f17f044414c032dff94c68bb4 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 23 Apr 2025 10:43:00 -0500 Subject: [PATCH] Ditch close and push up image --- src/components/dialogs/VerifyEmailDialog.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/dialogs/VerifyEmailDialog.tsx b/src/components/dialogs/VerifyEmailDialog.tsx index 8c2d1e8708..b8d1cd1925 100644 --- a/src/components/dialogs/VerifyEmailDialog.tsx +++ b/src/components/dialogs/VerifyEmailDialog.tsx @@ -171,7 +171,6 @@ export function Inner({ a.justify_center, {height: 150}, t.atoms.bg_contrast_100, - web(a.mt_2xl), ]}> @@ -356,7 +355,6 @@ export function Inner({ ) : null} - ) }