diff --git a/components/chart/dot-and-line.js b/components/chart/dot-and-line.js index 3d6b2e0..fcd2f22 100644 --- a/components/chart/dot-and-line.js +++ b/components/chart/dot-and-line.js @@ -65,7 +65,7 @@ const DotAndLine = ({ d={dot} stroke={dotColor} strokeWidth={CHART_STROKE_WIDTH} - fill={Colors.turquoiseDark} + fill={dotColor} key="dot" />