diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-14 19:14:34 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-14 19:30:06 -0500 |
commit | ce3c9bfc2ad34d25c125f2c26472f39810c59e43 (patch) | |
tree | 4cb5ae1968e6ecddbf7b6c01fe90c471ce4267ab /src | |
parent | cf76432d4821481c19278b488efd84b4df26525b (diff) |
use a darker orange to make graphs more readable
Diffstat (limited to 'src')
-rw-r--r-- | src/History.js | 2 |
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" |