Skip to content

Commit 42a6cf4

Browse files
committed
Change github signin button color to black
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
1 parent 652c9df commit 42a6cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/app/#/githublogin.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const GithubLogin: React.FC = () => {
3030
</Text>
3131
</TextContent>
3232
<div className="login-container">
33-
<Button variant="primary" icon={<GithubIcon />} iconPosition="left" size="lg" onClick={handleGitHubLogin}>
33+
<Button variant="primary" icon={<GithubIcon />} iconPosition="left" size="lg" style={{backgroundColor: "black"}} onClick={handleGitHubLogin}>
3434
# with GitHub
3535
</Button>
3636
</div>

0 commit comments

Comments
 (0)