Skip to content

Commit

Permalink
i hate ios
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Aug 23, 2024
1 parent a34987e commit 76db5ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@
</div>
<div class="max-w-[40rem] mx-auto w-full mb-[150px]">
<input
inputmode="numeric"
pattern="[0-9]*"
type="text"
type="number"
class="block w-full px-3 py-2 bg-white border border-gray-700 rounded-md text-lg shadow-sm placeholder-gray-700 focus:outline-none focus:border-black"
placeholder="Enter your guess"
on:keypress={keyPress}
Expand Down

0 comments on commit 76db5ef

Please sign in to comment.