diff --git a/components/TokenList.tsx b/components/TokenList.tsx index b0a85232..2c6d3177 100644 --- a/components/TokenList.tsx +++ b/components/TokenList.tsx @@ -98,22 +98,28 @@ const TokenList = () => { {t('token')} - - - {t('balance')} - + +
+ + {t('balance')} + +
- - - - {t('interest-earned-paid')} - - + +
+ + + {t('interest-earned-paid')} + + +
- - - {t('rates')} - + +
+ + {t('rates')} + +
{t('price')} diff --git a/components/account/AccountPage.tsx b/components/account/AccountPage.tsx index cbc2d4cd..d9de25fd 100644 --- a/components/account/AccountPage.tsx +++ b/components/account/AccountPage.tsx @@ -141,7 +141,7 @@ const AccountPage = () => {

{t('account-value')}

@@ -233,7 +233,7 @@ const AccountPage = () => {

@@ -277,7 +277,7 @@ const AccountPage = () => {

{t('free-collateral')} @@ -299,7 +299,7 @@ const AccountPage = () => {

{t('pnl')}

@@ -321,7 +321,7 @@ const AccountPage = () => {

{t('total-interest-value')} diff --git a/components/shared/Tooltip.tsx b/components/shared/Tooltip.tsx index 6cf4cdce..e97f7bfe 100644 --- a/components/shared/Tooltip.tsx +++ b/components/shared/Tooltip.tsx @@ -29,6 +29,7 @@ const Tooltip = ({ appendTo={() => document.body} maxWidth={maxWidth} interactive + inlinePositioning delay={delay} content={ content ? ( diff --git a/components/stats/TokenStats.tsx b/components/stats/TokenStats.tsx index 4232d894..0b367fe4 100644 --- a/components/stats/TokenStats.tsx +++ b/components/stats/TokenStats.tsx @@ -93,20 +93,30 @@ const TokenList = () => { {t('price')} {t('total-deposits')} {t('total-borrows')} - - - {t('rates')} - + +

+ + {t('rates')} + +
- - - {t('utilization')} - + +
+ + + {t('utilization')} + + +
- - - {t('asset-weight')} - + +
+ + + {t('asset-weight')} + + +