Skip to content

Commit ede7e3c

Browse files
committed
refactor(circular-progress): ♻️ add strokedashoffset
1 parent a613275 commit ede7e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/circular-progress/CircularProgressBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const useCircularProgressBar = createHook<CircularProgressBarOptions>(
2929
r: 44,
3030
fill: "transparent",
3131
stroke: "currentColor",
32+
strokeDashoffset: "69",
3233
strokeWidth: hint ? "5px" : "10px",
3334
strokeDasharray: `${dash} ${gap}`,
3435
strokeLinecap: "round",

0 commit comments

Comments
 (0)