Skip to content

Commit

Permalink
fix: Changed "login anonymously" text color #566 (#567)
Browse files Browse the repository at this point in the history
Co-authored-by: Raj <[email protected]>
Co-authored-by: Dunsin <[email protected]>
  • Loading branch information
3 people authored Nov 3, 2023
1 parent 0514c38 commit 550fc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Login = () => {
<button
disabled={isLoading}
onClick={loginAnonymously}
className={`dark:text-white bg-secondary h-10 px-10 font-light cursor-pointer rounded-md`}
className={`text-white bg-secondary h-10 px-10 font-light cursor-pointer rounded-md`}
>
Login Anonymously
</button>
Expand Down

1 comment on commit 550fc54

@vercel
Copy link

@vercel vercel bot commented on 550fc54 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.