fix: google auth button content alignment (#2929)

This commit is contained in:
Lakhan Baheti 2023-11-29 13:29:38 +05:30 committed by Aaryan Khandelwal
parent 443522691d
commit e53781053b
2 changed files with 1 additions and 2 deletions

View File

@ -153,7 +153,7 @@ export const EmailCodeForm: React.FC<Props> = (Props) => {
<p className="text-center text-sm text-onboarding-text-200 mt-1">Promise!</p>
</div>
) : (
<p className="text-center text-sm text-onboarding-text-200 px-20 mt-3">
<p className="text-center text-sm text-onboarding-text-200 px-10 sm:px-20 mt-3">
Sign in with the email you used to sign up for Plane
</p>
)}

View File

@ -29,7 +29,6 @@ export const GoogleLoginButton: FC<IGoogleLoginButton> = (props) => {
theme: "outline",
size: "large",
logo_alignment: "center",
width: 384,
text: "signin_with",
} as GsiButtonConfiguration // customization attributes
);