Commit 7e5a230a authored by ianlapham's avatar ianlapham

update chart styles

parent 20adf82c
...@@ -10,7 +10,7 @@ const Wrapper = styled(Card)` ...@@ -10,7 +10,7 @@ const Wrapper = styled(Card)`
width: 100%; width: 100%;
padding: 1rem; padding: 1rem;
display: flex; display: flex;
background-color: ${({ theme }) => theme.bg1} background-color: ${({ theme }) => theme.bg0}
flex-direction: column; flex-direction: column;
> * { > * {
font-size: 1rem; font-size: 1rem;
...@@ -122,7 +122,7 @@ const LineChart = ({ ...@@ -122,7 +122,7 @@ const LineChart = ({
const series = chart.addAreaSeries({ const series = chart.addAreaSeries({
lineColor: color, lineColor: color,
topColor: darken(0.4, color), topColor: darken(0.4, color),
bottomColor: theme.bg1, bottomColor: theme.bg0,
lineWidth: 2, lineWidth: 2,
priceLineVisible: false, priceLineVisible: false,
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment