aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2020-11-14 19:14:34 -0500
committerGalen Guyer <galen@galenguyer.com>2020-11-14 19:30:06 -0500
commitce3c9bfc2ad34d25c125f2c26472f39810c59e43 (patch)
tree4cb5ae1968e6ecddbf7b6c01fe90c471ce4267ab
parentcf76432d4821481c19278b488efd84b4df26525b (diff)
use a darker orange to make graphs more readable
-rw-r--r--src/History.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/History.js b/src/History.js
index 6b42460..df5398b 100644
--- a/src/History.js
+++ b/src/History.js
@@ -32,7 +32,7 @@ const History = (props) => {
margin={{ top: 15, right: 30, left: 20, bottom: 5 }}
data={data}
>
- <Line type="monotone" dataKey="value" stroke="#fbd38d" dot={false} />
+ <Line type="monotone" dataKey="value" stroke="#CD8508" dot={false} />
<CartesianGrid strokeDasharray="3 3" />
<XAxis
dataKey="date"