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 4299d7c commit e651bc0Copy full SHA for e651bc0
apps/web/src/components/tools/auth0/top-browsers-chart.tsx
@@ -38,7 +38,7 @@ export function Auth0TopBrowsers(params: {
38
label: <span className="font-bold normal-case">Browser</span>,
39
renderBarContent: ({ label }) => {
40
return (
41
- <span className="font-bold text-black flex items-center gap-2">
+ <span className="font-bold text-gray-500 flex items-center gap-2">
42
<img src={icons[label as keyof typeof icons] || icons['Other']} width="16" height="16" alt="" /> {label}
43
</span>
44
)
0 commit comments