Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangVD2 authored and davidp94 committed Apr 24, 2024
1 parent 0b17fb1 commit 699a705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/GetBalance.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const GetBalance = () => {
id="address"
name="Address"
value={address}
className="max-sm:w-300px] bg-gray-50 text-gray-900 px-2 py-1 dark:bg-gray-700 dark:placeholder-gray-400 dark:text-white"
className="max-sm:w-[300px] bg-gray-50 text-gray-900 px-2 py-1 dark:bg-gray-700 dark:placeholder-gray-400 dark:text-white"
placeholder="Enter an address"
onChange={(e) => setAddress(e.target.value)}
/>
Expand Down

0 comments on commit 699a705

Please sign in to comment.