|
@@ -186,7 +186,7 @@ const Page = () => {
|
|
|
return (
|
|
|
<div
|
|
|
key={item.coin_type}
|
|
|
- className="mt-[.06rem] text-[.18rem] font-black text-[var(--textColor4)]"
|
|
|
+ className="mt-[.06rem] text-[.18rem] font-black leading-[1] text-[var(--textColor4)]"
|
|
|
>
|
|
|
R$ {formatAmount(item.amount)}
|
|
|
</div>
|
|
@@ -217,7 +217,7 @@ const Page = () => {
|
|
|
return (
|
|
|
<div
|
|
|
key={item.coin_type}
|
|
|
- className="mt-[.06rem] text-[.32rem] font-black text-[var(--textColor4)]"
|
|
|
+ className="mt-[.06rem] text-[.32rem] font-black leading-[1] text-[var(--textColor4)]"
|
|
|
>
|
|
|
{formatAmount(
|
|
|
(item.amount || 0) * (curReward.current?.multiple || 0)
|