From 1c5ca7fa547b411353a0d15d165c9abc06250eb0 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 11 Mar 2026 23:15:59 +0100 Subject: [PATCH] fix: active metric label white and slightly smaller --- components/dashboard/Chart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index f6e4233..8a55288 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -348,7 +348,7 @@ export default function Chart({ metric === m.key && 'bg-neutral-50 dark:bg-neutral-800/40', )} > -
{m.label}
+
{m.label}
{m.format(m.value)} {m.change !== null && (