This repository was archived by the owner on Jun 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export function InputWrapper({
150
150
< Row >
151
151
< USDC isLoading = { isRouteLoading } >
152
152
{ usdc && `${ formatCurrencyAmount ( { amount : usdc , isUsdPrice : true } ) } ` }
153
- { impact && < ThemedText . Body2 color = { impact . warning } > ({ impact . toString ( ) } )</ ThemedText . Body2 > }
153
+ { impact && < ThemedText . Body2 color = { impact . warning } > ({ impact . toString ( ) } )</ ThemedText . Body2 > }
154
154
</ USDC >
155
155
{ balance && (
156
156
< Row gap = { 0.5 } >
Original file line number Diff line number Diff line change @@ -192,8 +192,10 @@ export function SummaryDialog({
192
192
height = { 6 }
193
193
gap = { open ? 0 : 0.75 }
194
194
>
195
- < Details trade = { trade } slippage = { slippage } gasUseEstimateUSD = { gasUseEstimateUSD } impact = { impact } />
196
- < Estimate trade = { trade } slippage = { slippage } />
195
+ < Column gap = { 0.5 } >
196
+ < Details trade = { trade } slippage = { slippage } gasUseEstimateUSD = { gasUseEstimateUSD } impact = { impact } />
197
+ < Estimate trade = { trade } slippage = { slippage } />
198
+ </ Column >
197
199
</ Expando >
198
200
199
201
< ConfirmButton trade = { trade } highPriceImpact = { impact ?. warning === 'error' } onConfirm = { onConfirm } />
You can’t perform that action at this time.
0 commit comments