Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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