Merge branch '678-bug-excluded-temp-value-needs-lighter-color' into 'main'

Fix: Specify dot fill color for excluded temp value

Closes #678

See merge request bloodyhealth/drip!637
This commit is contained in:
bl00dymarie
2023-12-13 11:05:59 +00:00
+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>