mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
bug: spacing and button common at accountSignIn
This commit is contained in:
@@ -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? </div> <span><a><Link href="/"> Create Account</Link></a></span>
|
||||
|
Reference in New Issue
Block a user