From edb05876d5a5ad5b84c8cf263e249b513cbe9664 Mon Sep 17 00:00:00 2001 From: Amir Moghani Date: Fri, 26 Jun 2026 23:48:47 +0330 Subject: [PATCH] fix(AuthenticationCard): adjust maxWidth and set width to 100% --- src/features/authentication/components/AuthenticationCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/authentication/components/AuthenticationCard.tsx b/src/features/authentication/components/AuthenticationCard.tsx index b305352..3f9c883 100644 --- a/src/features/authentication/components/AuthenticationCard.tsx +++ b/src/features/authentication/components/AuthenticationCard.tsx @@ -20,8 +20,8 @@ export const AuthenticationCard = ({ }, mx: 2, boxSizing: 'border-box', - maxWidth: 636, - + width: '100%', + maxWidth: 600, ...sx, }} >