Skip to content

Commit

Permalink
Change github signin button color to black
Browse files Browse the repository at this point in the history
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
  • Loading branch information
vishnoianil committed Aug 22, 2024
1 parent 652c9df commit 42a6cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/login/githublogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const GithubLogin: React.FC = () => {
</Text>
</TextContent>
<div className="login-container">
<Button variant="primary" icon={<GithubIcon />} iconPosition="left" size="lg" onClick={handleGitHubLogin}>
<Button variant="primary" icon={<GithubIcon />} iconPosition="left" size="lg" style={{backgroundColor: "black"}} onClick={handleGitHubLogin}>
Sign in with GitHub
</Button>
</div>
Expand Down

0 comments on commit 42a6cf4

Please sign in to comment.