Skip to content

Commit e651bc0

Browse files
committed
update browser barlist
1 parent 4299d7c commit e651bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function Auth0TopBrowsers(params: {
3838
label: <span className="font-bold normal-case">Browser</span>,
3939
renderBarContent: ({ label }) => {
4040
return (
41-
<span className="font-bold text-black flex items-center gap-2">
41+
<span className="font-bold text-gray-500 flex items-center gap-2">
4242
<img src={icons[label as keyof typeof icons] || icons['Other']} width="16" height="16" alt="" /> {label}
4343
</span>
4444
)

0 commit comments

Comments
 (0)