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 <[email protected]>
  • Loading branch information
vishnoianil committed Aug 22, 2024
1 parent 652c9df commit fac60f7
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 fac60f7

Please sign in to comment.