aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/activity-graph/GraphsLegendItem.tsx
diff options
context:
space:
mode:
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.tsx2
1 files changed, 1 insertions, 1 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 dbd3729e914..d9ae9ae663b 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
@@ -50,7 +50,7 @@ export function GraphsLegendItem({
isActionable={isActionable}
>
{showWarning ? (
- <IconWarning className="sw-mr-2" />
+ <IconWarning color="echoes-color-icon-warning" className="sw-mr-2" />
) : (
<ChartLegend className="sw-mr-2" index={index} />
)}