Skip to content

Commit

Permalink
Match arc stroke color to background color
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailalexander committed Mar 1, 2024
1 parent 772f879 commit 27ae92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/widgets/Arc/arc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const ArcComponent = (
className={classes.ArcPath}
d={arc.join("\n")}
fill={fillColor}
stroke={lineColor.toString()}
stroke={fillColor}
key={`arc${idx}`}
strokeWidth={lineWidth}
></path>
Expand Down

0 comments on commit 27ae92c

Please sign in to comment.