Commit d075ab6a authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: no hover on balance text in swap (#4735)

parent 4cdfeaae
...@@ -373,11 +373,10 @@ export default function SwapCurrencyInputPanel({ ...@@ -373,11 +373,10 @@ export default function SwapCurrencyInputPanel({
{account ? ( {account ? (
<RowFixed style={{ height: '17px' }}> <RowFixed style={{ height: '17px' }}>
<ThemedText.DeprecatedBody <ThemedText.DeprecatedBody
onClick={onMax}
color={theme.deprecated_text3} color={theme.deprecated_text3}
fontWeight={500} fontWeight={500}
fontSize={14} fontSize={14}
style={{ display: 'inline', cursor: 'pointer' }} style={{ display: 'inline' }}
> >
{!hideBalance && currency && selectedCurrencyBalance ? ( {!hideBalance && currency && selectedCurrencyBalance ? (
renderBalance ? ( renderBalance ? (
......
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