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}