Skip to content

Commit 4c35025

Browse files
authored
feat: add bounce-rate color to MetricToggle color map (#107)
Fixes #104
1 parent a161001 commit 4c35025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/dashboard/app/(main)/websites/[id]/_components/utils/ui-components.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export const MetricToggle: React.FC<MetricToggleProps> = ({
4444
'indigo-500': '#6366f1',
4545
'orange-500': '#f97316',
4646
'sky-500': '#0ea5e9',
47+
'amber-500': '#fd9a00',
4748
};
4849

4950
return colorMap[colorName] || '#3b82f6'; // Default to blue if color not found

0 commit comments

Comments
 (0)