Skip to content

Commit

Permalink
changed login look
Browse files Browse the repository at this point in the history
  • Loading branch information
chuma-beep committed Oct 15, 2024
1 parent 5e41f83 commit 47e1b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/login/github/GithubAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function GithubAuth() {
action={signIn}
className="flex items-center"
>
<button className="hover:bg-gray-400 bg-gray-500 p-7 rounded-xl">
<button className="hover:bg-gray-300 bg-gray-400 p-7 rounded-xl">
<Image
className="mx-auto mb-3"
src="/code.png"
Expand Down
2 changes: 1 addition & 1 deletion app/login/google/GoogleAuthButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function GoogleAuthButton() {
action={signIn}
className="flex items-center"
>
<button className="hover:bg-gray-400 bg-gray-500 p-8 rounded-xl"
<button className="hover:bg-gray-300 bg-gray-400 p-8 rounded-xl"
type="submit"
>
<Image
Expand Down

0 comments on commit 47e1b1f

Please sign in to comment.