Updated SignUpLogInPanel login/signup buttons to match nav and injection auth buttons
• Updated: - SignUpLogInPanel login/signup buttons to match nav and injection auth buttons
This commit is contained in:
parent
6421b632b0
commit
de7d71e0ee
|
@ -47,7 +47,8 @@ class SignUpLogInPanel extends React.PureComponent {
|
||||||
<div className={[_s.d, _s.pb5].join(' ')}>
|
<div className={[_s.d, _s.pb5].join(' ')}>
|
||||||
<Button
|
<Button
|
||||||
isOutline
|
isOutline
|
||||||
color='white'
|
color='brand'
|
||||||
|
backgroundColor='none'
|
||||||
href='/auth/sign_in'
|
href='/auth/sign_in'
|
||||||
className={[_s.mb10, _s.borderColorWhite].join(' ')}
|
className={[_s.mb10, _s.borderColorWhite].join(' ')}
|
||||||
>
|
>
|
||||||
|
@ -56,9 +57,8 @@ class SignUpLogInPanel extends React.PureComponent {
|
||||||
</Text>
|
</Text>
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
isOutline
|
color='white'
|
||||||
color='brand'
|
backgroundColor='brand'
|
||||||
backgroundColor='white'
|
|
||||||
href='/auth/sign_up'
|
href='/auth/sign_up'
|
||||||
>
|
>
|
||||||
<Text color='inherit' size='large' weight='bold' align='center'>
|
<Text color='inherit' size='large' weight='bold' align='center'>
|
||||||
|
|
Loading…
Reference in New Issue