Commit 377026bc authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: summary expando height (#3556)

parent 9470c49d
......@@ -161,7 +161,7 @@ export function SummaryDialog({ trade, slippage, inputUSDC, outputUSDC, impact,
title={<Subhead priceImpact={impact} slippage={slippage} />}
open={open}
onExpand={onExpand}
height={7.25}
height={7}
>
<Details trade={trade} slippage={slippage} priceImpact={impact} />
</Expando>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment