From 386981126b9292e7f6f9024deaf7f4ee6a705dcb Mon Sep 17 00:00:00 2001 From: Nitesh Seram Date: Tue, 22 Apr 2025 14:32:37 +0530 Subject: [PATCH] [web] auth: add border around sign up dialog (#1401) --- apps/web/src/components/auth/AuthDialog.tsx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/apps/web/src/components/auth/AuthDialog.tsx b/apps/web/src/components/auth/AuthDialog.tsx index 546e18ab8..24d5f8ea1 100644 --- a/apps/web/src/components/auth/AuthDialog.tsx +++ b/apps/web/src/components/auth/AuthDialog.tsx @@ -76,11 +76,15 @@ export default function AuthDialog({ isShown, onClose, next }: Props) { )}> + contentClassName={clsx( + 'relative overflow-hidden', + '!p-0', + 'lg:h-[670px] lg:max-h-[670px]', + )}> {onClose && (