From 1b76eda08d71153b3fc4660afb65a96d8199b357 Mon Sep 17 00:00:00 2001 From: manojleaton Date: Tue, 3 Oct 2023 13:17:56 +0530 Subject: [PATCH] set password margin style fix --- login-workflow/src/components/SetPassword/SetPassword.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/login-workflow/src/components/SetPassword/SetPassword.tsx b/login-workflow/src/components/SetPassword/SetPassword.tsx index 60f7db5d..e0d08b7d 100644 --- a/login-workflow/src/components/SetPassword/SetPassword.tsx +++ b/login-workflow/src/components/SetPassword/SetPassword.tsx @@ -111,7 +111,7 @@ export const SetPassword: React.FC> = /> {passwordRequirements && passwordRequirements.length > 0 && ( @@ -122,9 +122,6 @@ export const SetPassword: React.FC> = name="confirm" inputRef={confirmRef} label={confirmPasswordLabel} - sx={{ - mt: { md: 4, sm: 3 }, - }} value={confirmInput} error={hasConfirmPasswordError()} helperText={hasConfirmPasswordError() ? passwordNotMatchError : ''}