Skip to content

Commit cec39f0

Browse files
committed
fix: mobile color icon
1 parent 7920058 commit cec39f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/components/analytics/device-type-cell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const deviceTypeIconMap: Record<string, React.ElementType> = {
2121
};
2222

2323
const deviceTypeColorMap: Record<string, string> = {
24-
mobile: 'text-foreground',
24+
mobile: 'text-blue-500',
2525
tablet: 'text-teal-500',
2626
laptop: 'text-purple-500',
2727
desktop: 'text-green-500',

0 commit comments

Comments
 (0)