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} d={dot}
stroke={dotColor} stroke={dotColor}
strokeWidth={CHART_STROKE_WIDTH} strokeWidth={CHART_STROKE_WIDTH}
fill={Colors.turquoiseDark} fill={dotColor}
key="dot" key="dot"
/> />
</React.Fragment> </React.Fragment>