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 316af31 commit 3a342ccCopy full SHA for 3a342cc
apps/web/src/components/tools/auth0/top-devices-chart.tsx
@@ -32,8 +32,8 @@ export function Auth0TopDevices(params: {
32
renderBarContent: ({ label }) => {
33
const Icon = icons[label as keyof typeof icons] || Laptop
34
return (
35
- <span className="font-bold text-black flex items-center gap-2">
36
- <Icon size={16} className={label === 'Mobile (iOS)' ? 'stroke-[36] stroke-black fill-white' : ''} />
+ <span className="font-bold text-gray-500 flex items-center gap-2">
+ <Icon size={16} className={label === 'Mobile (iOS)' ? 'stroke-[36] stroke-gray-500 fill-white' : ''} />
37
{label}
38
</span>
39
)
0 commit comments