Skip to content

Commit

Permalink
Fix Swap Ui issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jirokobadev committed Dec 5, 2024
1 parent 1811ae4 commit 29767fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Swap/orbs/Twap/Components/Components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const LimitInputPanel = () => {
</button>
</Box>
<CardInput>
<Box style={{ display: 'flex', gap: '20px', width: '100%' }}>
<Box style={{ display: 'flex', width: '100%' }}>
<LimitPriceInput />
<CurrencySelect
id='twap-limit-currency-select'
Expand Down

0 comments on commit 29767fe

Please sign in to comment.