From 8b29f90fe6e56876623e338359a640f6f74db359 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 22 Jan 2025 23:01:28 +0100 Subject: [PATCH] Login Buttons: Adjust styles (#5531) --- src/components/auth/AuthPhoneNumber.tsx | 6 +++--- src/components/auth/AuthQrCode.tsx | 4 ++-- src/components/auth/AuthRegister.tsx | 2 +- src/components/common/PasswordForm.tsx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/auth/AuthPhoneNumber.tsx b/src/components/auth/AuthPhoneNumber.tsx index e50186dca..a4378031d 100644 --- a/src/components/auth/AuthPhoneNumber.tsx +++ b/src/components/auth/AuthPhoneNumber.tsx @@ -241,18 +241,18 @@ const AuthPhoneNumber: FC = ({ /> {canSubmit && ( isAuthReady ? ( - + ) : ( ) )} {isAuthReady && ( - )} {suggestedLanguage && suggestedLanguage !== language && continueText && ( - + )} diff --git a/src/components/auth/AuthQrCode.tsx b/src/components/auth/AuthQrCode.tsx index 6153475d5..e601fea16 100644 --- a/src/components/auth/AuthQrCode.tsx +++ b/src/components/auth/AuthQrCode.tsx @@ -178,10 +178,10 @@ const AuthCode = ({
  • {lang('LoginQRHelp3')}
  • {isAuthReady && ( - + )} {suggestedLanguage && suggestedLanguage !== language && continueText && ( - + )} diff --git a/src/components/auth/AuthRegister.tsx b/src/components/auth/AuthRegister.tsx index 9ccb8b6c3..b7eb6090e 100644 --- a/src/components/auth/AuthRegister.tsx +++ b/src/components/auth/AuthRegister.tsx @@ -76,7 +76,7 @@ const AuthRegister: FC = ({ autoComplete="family-name" /> {isButtonShown && ( - + )} diff --git a/src/components/common/PasswordForm.tsx b/src/components/common/PasswordForm.tsx index 67dc352c4..b613834a0 100644 --- a/src/components/common/PasswordForm.tsx +++ b/src/components/common/PasswordForm.tsx @@ -155,7 +155,7 @@ const PasswordForm: FC = ({ {description &&

    {description}

    } {onSubmit && (canSubmit || shouldShowSubmit) && ( - )}