Skip to content

Commit

Permalink
fix: input field bug on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
RupaakSrinivas committed Jul 15, 2024
1 parent 53c8f25 commit da1bc88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/GetUserName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const GetUsername: React.FC = () => {
<h1 className="overflow-visible text-2xl mb-10">Enter your Details</h1>
<div className="flex flex-col items-center justify-center w-[50vw] md:w-[20vw] h-90vh">
<input
autoFocus
type="text"
id="input-text"
value={userName}
Expand Down

0 comments on commit da1bc88

Please sign in to comment.