Skip to content

Commit 3a342cc

Browse files
committed
update devices barlist
1 parent 316af31 commit 3a342cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/src/components/tools/auth0/top-devices-chart.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export function Auth0TopDevices(params: {
3232
renderBarContent: ({ label }) => {
3333
const Icon = icons[label as keyof typeof icons] || Laptop
3434
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' : ''} />
35+
<span className="font-bold text-gray-500 flex items-center gap-2">
36+
<Icon size={16} className={label === 'Mobile (iOS)' ? 'stroke-[36] stroke-gray-500 fill-white' : ''} />
3737
{label}
3838
</span>
3939
)

0 commit comments

Comments
 (0)