From e2979034683028ecbdb3bc004bedf0d5e4d93126 Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Tue, 12 Dec 2023 13:11:57 +0100 Subject: [PATCH] Specify dot fill color for excluded temp value --- components/chart/dot-and-line.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" />