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 11b9dd8
Showing 1 changed file with 1 addition and 1 deletion.
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 11b9dd8

Please sign in to comment.