From e3a520f26e79d3405dcd2df9a68c6fb4ae56cab7 Mon Sep 17 00:00:00 2001 From: Morpheous72 <90892077+Morpheous72@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:37:47 +0100 Subject: [PATCH] Update PieChart.jsx --- src/components/PieChart.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/PieChart.jsx b/src/components/PieChart.jsx index 3393bd4f..85b2f1a8 100644 --- a/src/components/PieChart.jsx +++ b/src/components/PieChart.jsx @@ -36,6 +36,9 @@ const PieChart = () => { fill: colors.grey[100], }, }, + tooltip: { + color: colors.primary[500], + }, }} margin={{ top: 40, right: 80, bottom: 80, left: 80 }} innerRadius={0.5}