Skip to content

Commit

Permalink
chore(impr): border for input
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcito committed Dec 25, 2023
1 parent f545681 commit 56c37d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Home() {
className="rounded-xl"
/>
</div>
<div className="flex-grow w-full max-w-md">
<div className="flex-grow w-full max-w-md bg-secondary p-0.5 rounded-full">
<IntegerInput value={txValue} onChange={setTxValue} placeholder="value (wei)" />
</div>
<button
Expand Down

0 comments on commit 56c37d4

Please sign in to comment.