Skip to content

Commit

Permalink
Merge pull request #287 from luxfi/dev/newProd
Browse files Browse the repository at this point in the history
chore: code refactoring
  • Loading branch information
venuswhispers authored Dec 6, 2024
2 parents 0053062 + 134a805 commit c156746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bridge/src/components/lux/teleport/swap/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const Swap: FC = () => {
balanceLoading={isSourceBalanceLoading}
/>
<div className='flex justify-center items-center -my-7 z-10'>
<ArrowUpDown onClick={() => handleExchange()} height={36} width={36} className='p-2 bg-level-1 rounded-md border-2 border-black hover:bg-level-3 cursor-pointer'/>
<ArrowUpDown onClick={() => handleExchange()} height={40} width={36} className='p-2 bg-level-1 rounded-md border-2 border-black hover:bg-level-3 cursor-pointer'/>
</div>
<ToNetworkForm
disabled={!sourceNetwork}
Expand Down

0 comments on commit c156746

Please sign in to comment.