diff --git a/web/src/components/ui/charts/BusterChartLegend/LegendDot.tsx b/web/src/components/ui/charts/BusterChartLegend/LegendDot.tsx index ce39513c4..cda3d1307 100644 --- a/web/src/components/ui/charts/BusterChartLegend/LegendDot.tsx +++ b/web/src/components/ui/charts/BusterChartLegend/LegendDot.tsx @@ -1,9 +1,10 @@ import { createStyles } from 'antd-style'; import React, { useMemo } from 'react'; import { useMemoizedFn } from 'ahooks'; -import { AppMaterialIcons } from '@/components/ui'; import { BusterChartLegendItem } from './interfaces'; import { ChartType } from '../interfaces'; +import { Target } from '../../icons'; +import { cn } from '@/lib/classMerge'; export const LegendItemDot: React.FC<{ color: string | undefined; @@ -55,11 +56,13 @@ export const LegendItemDot: React.FC<{ onClick={onFocusItemPreflight} className="absolute hidden w-full items-center justify-center overflow-hidden group-hover:flex">