From 3001ed124aa5017b134c2875021ba457265a64ba Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Thu, 29 Sep 2022 20:58:12 -0700 Subject: [PATCH] Adjust area fill opacity on line charts --- web/components/charts/helpers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/charts/helpers.tsx b/web/components/charts/helpers.tsx index acd88a4f..dec20940 100644 --- a/web/components/charts/helpers.tsx +++ b/web/components/charts/helpers.tsx @@ -111,7 +111,7 @@ export const AreaWithTopStroke = (props: { py1={py1} curve={curve} fill={color} - opacity={0.3} + opacity={0.2} />