We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7920058 commit cec39f0Copy full SHA for cec39f0
apps/dashboard/components/analytics/device-type-cell.tsx
@@ -21,7 +21,7 @@ const deviceTypeIconMap: Record<string, React.ElementType> = {
21
};
22
23
const deviceTypeColorMap: Record<string, string> = {
24
- mobile: 'text-foreground',
+ mobile: 'text-blue-500',
25
tablet: 'text-teal-500',
26
laptop: 'text-purple-500',
27
desktop: 'text-green-500',
0 commit comments