From 2474609a5a5ec2869030cb6f5774c29d9b43b352 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Mon, 22 Sep 2025 17:28:34 -0300 Subject: [PATCH] Fix SignupDialog: remove scrollbar, left-align title, add rounded corners to buttons --- src/components/auth/SignupDialog.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/auth/SignupDialog.tsx b/src/components/auth/SignupDialog.tsx index f700c98..1b78bfa 100644 --- a/src/components/auth/SignupDialog.tsx +++ b/src/components/auth/SignupDialog.tsx @@ -266,12 +266,12 @@ const SignupDialog: React.FC = ({ isOpen, onClose, onComplete className={cn("max-w-[95vw] sm:max-w-md max-h-[90vh] max-h-[90dvh] p-0 overflow-hidden rounded-2xl flex flex-col")} > - + {getTitle()} -
+
{/* Initial Key Step - Soapbox style */} {step === 'key' && (
@@ -287,7 +287,7 @@ const SignupDialog: React.FC = ({ isOpen, onClose, onComplete