(signin): 💄 Change social logins buttons
This commit is contained in:
@ -32,6 +32,7 @@ export const SocialLoginButtons = () => {
|
|||||||
onClick={handleGitHubClick}
|
onClick={handleGitHubClick}
|
||||||
data-testid="github"
|
data-testid="github"
|
||||||
isLoading={['loading', 'authenticated'].includes(status)}
|
isLoading={['loading', 'authenticated'].includes(status)}
|
||||||
|
variant="outline"
|
||||||
>
|
>
|
||||||
Continue with GitHub
|
Continue with GitHub
|
||||||
</Button>
|
</Button>
|
||||||
@ -40,6 +41,7 @@ export const SocialLoginButtons = () => {
|
|||||||
onClick={handleGoogleClick}
|
onClick={handleGoogleClick}
|
||||||
data-testid="google"
|
data-testid="google"
|
||||||
isLoading={['loading', 'authenticated'].includes(status)}
|
isLoading={['loading', 'authenticated'].includes(status)}
|
||||||
|
variant="outline"
|
||||||
>
|
>
|
||||||
Continue with Google
|
Continue with Google
|
||||||
</Button>
|
</Button>
|
||||||
@ -48,6 +50,7 @@ export const SocialLoginButtons = () => {
|
|||||||
onClick={handleFacebookClick}
|
onClick={handleFacebookClick}
|
||||||
data-testid="facebook"
|
data-testid="facebook"
|
||||||
isLoading={['loading', 'authenticated'].includes(status)}
|
isLoading={['loading', 'authenticated'].includes(status)}
|
||||||
|
variant="outline"
|
||||||
>
|
>
|
||||||
Continue with Facebook
|
Continue with Facebook
|
||||||
</Button>
|
</Button>
|
||||||
|
Reference in New Issue
Block a user