style(frontend): change unique visitors chart color to brand orange

This commit is contained in:
Usman Baig
2026-01-18 16:51:05 +01:00
parent e6654fae6c
commit 84e7be1853

View File

@@ -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,
},
{