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 {
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 {