Skip to content

Commit

Permalink
chore: invert github sign in button color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Saga-sanga committed Oct 16, 2024
1 parent 7da9a75 commit d71e030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function SignInWithGitHub() {
variant="outline"
type="button"
onClick={() => void signIn("github", { redirectTo: "/" })}
className="dark:invert"
>
<GitHubLogoIcon className="mr-2 h-4 w-4" /> GitHub
</Button>
Expand Down

0 comments on commit d71e030

Please sign in to comment.