style(frontend): change unique visitors chart color to brand orange
This commit is contained in:
@@ -74,7 +74,7 @@ export default function Chart({ data, prevData, stats, prevStats, interval }: Ch
|
|||||||
label: 'Unique Visitors',
|
label: 'Unique Visitors',
|
||||||
value: formatNumber(stats.visitors),
|
value: formatNumber(stats.visitors),
|
||||||
trend: calculateTrend(stats.visitors, prevStats?.visitors),
|
trend: calculateTrend(stats.visitors, prevStats?.visitors),
|
||||||
color: '#4F46E5', // Indigo
|
color: '#FD5E0F', // Brand Orange
|
||||||
invertTrend: false,
|
invertTrend: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user