From 84e7be18537e65a79612f7b6fa0f745fac9e815c Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 18 Jan 2026 16:51:05 +0100 Subject: [PATCH] style(frontend): change unique visitors chart color to brand orange --- 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 0ea73e8..82e42c6 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -74,7 +74,7 @@ export default function Chart({ data, prevData, stats, prevStats, interval }: Ch label: 'Unique Visitors', value: formatNumber(stats.visitors), trend: calculateTrend(stats.visitors, prevStats?.visitors), - color: '#4F46E5', // Indigo + color: '#FD5E0F', // Brand Orange invertTrend: false, }, {