diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/activity-graph/GraphsLegendItem.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/activity-graph/GraphsLegendItem.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/components/activity-graph/GraphsLegendItem.tsx b/server/sonar-web/src/main/js/components/activity-graph/GraphsLegendItem.tsx index d8f4361c4f5..58767ea47ed 100644 --- a/server/sonar-web/src/main/js/components/activity-graph/GraphsLegendItem.tsx +++ b/server/sonar-web/src/main/js/components/activity-graph/GraphsLegendItem.tsx @@ -29,8 +29,8 @@ import { themeColor, } from 'design-system'; import * as React from 'react'; -import { ChartLegendIcon } from '../../components/icons/ChartLegendIcon'; import { translateWithParameters } from '../../helpers/l10n'; +import { ChartLegend } from './ChartLegend'; interface Props { className?: string; @@ -61,7 +61,7 @@ export function GraphsLegendItem({ {showWarning ? ( <FlagWarningIcon className="sw-mr-2" /> ) : ( - <ChartLegendIcon className="sw-mr-2" index={index} /> + <ChartLegend className="sw-mr-2" index={index} /> )} <span className="sw-body-sm" style={{ color: themeColor('graphCursorLineColor')({ theme }) }}> {name} |