colors; amirite? (#234)

This commit is contained in:
Michael Quigley 2023-05-08 13:51:47 -04:00
parent 94d02dd64c
commit 645537934e
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -42,7 +42,7 @@ const ShareDetail = (props) => {
metrics: row => (
<ResponsiveContainer width={"100%"} height={"100%"}>
<AreaChart data={row.value}>
<Area type="linearClosed" dataKey={(v) => v} stroke={"#231069"} fillOpacity={1} fill={"#04adef"} isAnimationActive={false} dot={false} />
<Area type="linearClosed" dataKey={(v) => v} stroke={"#231069"} fillOpacity={1} fill={"#655796"} isAnimationActive={false} dot={false} />
</AreaChart>
</ResponsiveContainer>
),