add padding

This commit is contained in:
saml33 2022-11-28 10:40:40 +11:00
parent 211a2104fd
commit 82abfaf555
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ const SwapFormTokenList = ({
<p className="text-xs text-th-fgd-4">{t('max')}</p>
) : null}
</div>
<div className="overflow-auto">
<div className="overflow-auto pb-2">
{sortedTokens.map((token) => (
<TokenItem
key={token.address}