diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx index b1380bfe..1fa3cd19 100644 --- a/web/components/user-page.tsx +++ b/web/components/user-page.tsx @@ -291,7 +291,7 @@ export function ProfilePrivateStats(props: { = 0 ? 'text-green-600' : 'text-red-400')} + className={clsx(profit >= 0 ? 'text-teal-600' : 'text-red-400')} > {formatMoney(profit)}