调整购买页面价格显示
This commit is contained in:
@@ -197,7 +197,7 @@ export default function BalancePage(props: BalancePageProps) {
|
||||
<div className="flex items-center gap-1">
|
||||
<span
|
||||
className={`font-semibold ${
|
||||
isPositive ? 'text-green-600' : 'text-red-600'
|
||||
isPositive ? 'text-red-600' : 'text-green-600'
|
||||
}`}
|
||||
>
|
||||
{isPositive ? '+' : ''}
|
||||
|
||||
Reference in New Issue
Block a user