Drop fill opacity for lighter colors

This commit is contained in:
Brenda Sukh
2020-11-30 14:49:08 -05:00
parent a2cfa311ab
commit ca71d125d8
@@ -131,7 +131,6 @@ export const CostOverviewByProductChart = ({
<Area
dataKey={product}
stackId="1"
fillOpacity="1"
stroke={theme.palette.dataViz[sortedProducts.length - i]}
fill={theme.palette.dataViz[sortedProducts.length - i]}
/>