From 30ee054d187c8ff8a4338787b99212fde5b5c2a3 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Sun, 25 Dec 2022 20:14:08 -0500 Subject: [PATCH] Adjusted to 1px --- components/PieChart.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/PieChart.module.css b/components/PieChart.module.css index 99c4f74..b209dca 100644 --- a/components/PieChart.module.css +++ b/components/PieChart.module.css @@ -1,9 +1,9 @@ .piePath { fill: var(--tertiary-background); - stroke: #ffffff; - stroke-width: 2px; + stroke: var(--label); + stroke-width: 1px; stroke-dasharray: 0; - stroke-linejoin: round; + stroke-linecap: round; } .labelPath {