From d1fbfe2b43a4c0d617cfd3b1ace4180dcdf70862 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Fri, 30 Sep 2022 00:02:12 -0700 Subject: [PATCH] Light gray border on tooltips --- web/components/charts/helpers.tsx | 2 +- web/components/portfolio/portfolio-value-graph.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/charts/helpers.tsx b/web/components/charts/helpers.tsx index dec20940..ba9865b2 100644 --- a/web/components/charts/helpers.tsx +++ b/web/components/charts/helpers.tsx @@ -255,7 +255,7 @@ export const TooltipContainer = (props: {
diff --git a/web/components/portfolio/portfolio-value-graph.tsx b/web/components/portfolio/portfolio-value-graph.tsx index 6ed5d195..e329457d 100644 --- a/web/components/portfolio/portfolio-value-graph.tsx +++ b/web/components/portfolio/portfolio-value-graph.tsx @@ -105,7 +105,7 @@ export const PortfolioValueGraph = memo(function PortfolioValueGraph(props: { sliceTooltip={({ slice }) => { handleGraphDisplayChange(slice.points[0].data.yFormatted) return ( -
+