Specify dot fill color for excluded temp value

This commit is contained in:
bl00dymarie
2023-12-12 13:11:57 +01:00
parent 31ccb22c82
commit e297903468
+1 -1
View File
@@ -65,7 +65,7 @@ const DotAndLine = ({
d={dot}
stroke={dotColor}
strokeWidth={CHART_STROKE_WIDTH}
fill={Colors.turquoiseDark}
fill={dotColor}
key="dot"
/>
</React.Fragment>