bug: spacing and button common at accountSignIn

This commit is contained in:
Quangnhankie
2021-09-14 16:10:40 +07:00
parent 571bfe44ac
commit 9987eda297
5 changed files with 1274 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ const AccountSignIn = memo(({ } : AccountSignIn) => {
Sign in to get more interesting <br/> features
</div>
<div className={s.btn}>
<ButtonCommon size="default" onClick={openLogin}>{LANGUAGE.BUTTON_LABEL.SIGNIN}</ButtonCommon>
<ButtonCommon size="default" type = 'primary' onClick={openLogin}>{LANGUAGE.BUTTON_LABEL.SIGNIN}</ButtonCommon>
</div>
<div className={s.dontHaveAccount}>
<div>Don't have an account? &nbsp;</div> <span><a><Link href="/"> Create Account</Link></a></span>