From 9bf82c6082c9f59bf244de070a893b15982d15ce Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Thu, 13 Oct 2022 08:00:04 -0600 Subject: [PATCH] Match colors on portfolio --- web/components/user-page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}