From 5adaa7253f587c1eafd4989b538bde679e38c9d5 Mon Sep 17 00:00:00 2001 From: ingawei <46611122+ingawei@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:41:48 -0500 Subject: [PATCH] made slice skinnier (#996) --- web/components/charts/helpers.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/charts/helpers.tsx b/web/components/charts/helpers.tsx index efa9040b..a4c6d026 100644 --- a/web/components/charts/helpers.tsx +++ b/web/components/charts/helpers.tsx @@ -124,10 +124,10 @@ export const SliceMarker = (props: { const { color, x, y0, y1 } = props return ( - +