Skip to content

Commit

Permalink
fix: add space between swap input and select
Browse files Browse the repository at this point in the history
  • Loading branch information
alessey committed Sep 10, 2024
1 parent 8c6b4e3 commit 854c84b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/modern-walls-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@coinbase/onchainkit': patch
---

- **fix**: add spacing between swap input and token select
2 changes: 1 addition & 1 deletion src/swap/components/SwapAmountInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function SwapAmountInput({
<div className="flex w-full items-center justify-between">
<TextInput
className={cn(
'w-full border-[none] bg-transparent font-display text-[2.5rem]',
'mr-2 w-full border-[none] bg-transparent font-display text-[2.5rem]',
'leading-none outline-none',
hasInsufficientBalance && address ? color.error : color.foreground,
)}
Expand Down

0 comments on commit 854c84b

Please sign in to comment.