We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4511c82 commit 2a23308Copy full SHA for 2a23308
1 file changed
src/features/auth/components/AuthModal.tsx
@@ -70,11 +70,18 @@ export const AuthModal = ({ showAuth }: AuthModalProps) => {
70
</button>
71
</div>
72
<div className="buttons">
73
- <Button startIcon={<FaGithub />} onClick={() => signIn(githubAuthProvider)} size="large">
+ <Button
74
+ startIcon={<FaGithub style={{ fontSize: '1.6em' }} />}
75
+ onClick={() => signIn(githubAuthProvider)}
76
+ className="blockHeaderWhite"
77
+ size="medium">
78
Connect with Github
79
</Button>
80
- <Button startIcon={<FcGoogle />} onClick={() => signIn(googleAuthProvider)} size="large">
81
82
+ startIcon={<FcGoogle style={{ fontSize: '1.6em' }} />}
83
+ onClick={() => signIn(googleAuthProvider)}
84
85
Connect with Google
86
87
0 commit comments