Commit 882147b5 authored by Kaylee George's avatar Kaylee George Committed by GitHub

fix: revert "fix button jump on currency panel" (#4083)

fix padding
parent eb06aef1
......@@ -271,15 +271,14 @@ export default function CurrencyInputPanel({
</Aligner>
</CurrencySelect>
</InputRow>
<FiatRow>
{!hideInput && !hideBalance && currency && (
<FiatRow>
<RowBetween>
<LoadingOpacityContainer $loading={loading}>
<FiatValue fiatValue={fiatValue} priceImpact={priceImpact} />
</LoadingOpacityContainer>
{account ? (
<RowFixed>
<RowFixed style={{ height: '17px' }}>
<ThemedText.Body
onClick={onMax}
color={theme.text3}
......@@ -305,8 +304,8 @@ export default function CurrencyInputPanel({
<span />
)}
</RowBetween>
)}
</FiatRow>
)}
</Container>
{onCurrencySelect && (
<CurrencySearchModal
......
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