[ENG-1245] Fix stats tooltip color (#1501)

Update Statistics.tsx
This commit is contained in:
ameer2468 2023-10-11 17:28:56 +03:00 committed by GitHub
parent b758d3865c
commit be63385dd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ const StatItem = (props: StatItemProps) => {
<span className="whitespace-nowrap text-sm text-gray-400 ">
{title}
{props.info && (
<Tooltip tooltipClassName="bg-black" label={props.info}>
<Tooltip label={props.info}>
<Info
weight="fill"
className="-mt-0.5 ml-1 inline h-3 w-3 text-ink-faint opacity-0 transition-opacity group-hover:opacity-70"