Adjusted to 1px
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-12-25 20:14:08 -05:00
parent 04d9ca223f
commit 30ee054d18
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
.piePath { .piePath {
fill: var(--tertiary-background); fill: var(--tertiary-background);
stroke: #ffffff; stroke: var(--label);
stroke-width: 2px; stroke-width: 1px;
stroke-dasharray: 0; stroke-dasharray: 0;
stroke-linejoin: round; stroke-linecap: round;
} }
.labelPath { .labelPath {