Skip to content

Commit

Permalink
fix: use number input
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Dec 28, 2023
1 parent 27a8c8d commit 810ae63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/wallet/New.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export function New() {
<div className="flex-1 flex flex-col justify-center items-center">
<p className="mb-4">Amount (sats)</p>
<input
type="number"
className="input input-ghost text-6xl text-center"
placeholder="0"
value={amount}
Expand Down

0 comments on commit 810ae63

Please sign in to comment.