Skip to content

Commit

Permalink
change login button bg-color
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMwendwa committed Sep 18, 2023
1 parent 03d621b commit cbbf054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Nav = () => {
) : (
<button
onClick={() => signIn()}
className="bg-gray-900 px-4 py-2 rounded-lg hover:bg-cyan-900"
className="bg-blue-700 px-4 py-2 rounded-lg hover:bg-blue-600"
>
Login
</button>
Expand Down

0 comments on commit cbbf054

Please sign in to comment.