style: change midnight label color to blue

Co-authored-by: aider (gemini/gemini-3.1-pro-preview) <aider@aider.chat>
This commit is contained in:
Tanner
2026-08-25 23:26:23 +00:00
co-authored by aider
parent 0e9bbd5dd2
commit 7741b15e86
+1 -1
View File
@@ -170,7 +170,7 @@ function SolarPower({end, duration}) {
/> />
<ReferenceLine yAxisId='left' x={moment().tz('America/Edmonton').startOf('day').toISOString().replace('.000', '')} stroke='blue'> <ReferenceLine yAxisId='left' x={moment().tz('America/Edmonton').startOf('day').toISOString().replace('.000', '')} stroke='blue'>
<Label value='Midnight' offset={7} position='top' /> <Label value='Midnight' offset={7} position='top' fill='blue' />
</ReferenceLine> </ReferenceLine>
<Bar <Bar