Skip to content

Commit

Permalink
fix: change text color of Login with username button (code100x#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
dishant440 committed Jul 10, 2024
1 parent e718e13 commit 7928bb8
Show file tree
Hide file tree
Showing 3 changed files with 27,568 additions and 2,698 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/screens/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Login = () => {
type="text"
ref={guestName}
placeholder="Username"
className="border px-4 py-2 rounded-md mb-4 w-full md:w-64"
className="border px-4 py-2 rounded-md mb-4 w-full md:w-64 text-black"
/>
<button
className="bg-green-500 text-white px-4 py-2 rounded-md hover:bg-green-600 transition-colors duration-300"
Expand Down
Loading

0 comments on commit 7928bb8

Please sign in to comment.