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 {