fix refresh on account page

This commit is contained in:
saml33 2023-06-16 09:27:49 +10:00
parent 4f12c9e9cf
commit 0941f431e5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const TokenList = () => {
return (
<ContentBox hideBorder hidePadding>
{mangoAccountAddress ? (
<div className="flex w-full items-center justify-end border-b border-th-bkg-3 py-3 px-6 lg:-mt-[36px] lg:mb-4 lg:w-auto lg:border-0 lg:py-0">
<div className="flex w-full items-center justify-end border-b border-th-bkg-3 py-3 px-6 lg:-mt-[36px] lg:mr-12 lg:mb-4 lg:w-auto lg:border-0 lg:py-0">
<Switch
checked={showZeroBalances}
disabled={!mangoAccount}