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:
@@ -65,7 +65,7 @@ const DotAndLine = ({
|
||||
d={dot}
|
||||
stroke={dotColor}
|
||||
strokeWidth={CHART_STROKE_WIDTH}
|
||||
fill={Colors.turquoiseDark}
|
||||
fill={dotColor}
|
||||
key="dot"
|
||||
/>
|
||||
</React.Fragment>
|
||||
|
||||
Reference in New Issue
Block a user