Skip to content

Commit

Permalink
Merge pull request #127 from vishnoianil/button-color
Browse files Browse the repository at this point in the history
Change github signin button color to black
  • Loading branch information
nerdalert authored Aug 22, 2024
2 parents 652c9df + fac60f7 commit 3f45388
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/app/login/githublogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ 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 3f45388

Please sign in to comment.