update token list table text color

This commit is contained in:
saml33 2022-10-05 15:53:52 +11:00
parent dbcad96f70
commit f51ec0f112
1 changed files with 2 additions and 4 deletions

View File

@ -176,7 +176,7 @@ const TokenList = () => {
</div>
</td>
<td className="pt-4 text-right">
<p className="text-th-fgd-1">
<p>
{mangoAccount
? formatDecimal(
mangoAccount.getTokenBalanceUi(bank),
@ -195,9 +195,7 @@ const TokenList = () => {
</td>
<td>
<div className="flex flex-col text-right">
<p className="text-th-fgd-1">
{formatDecimal(interestAmount)}
</p>
<p>{formatDecimal(interestAmount)}</p>
<p className="text-sm text-th-fgd-4">
{formatFixedDecimals(interestValue, true)}
</p>