We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bb706 commit 48dc05eCopy full SHA for 48dc05e
1 file changed
packages/ui/src/v2/components/progress-circle-v2.tsx
@@ -31,7 +31,13 @@ export function ProgressCircleV2(props: ProgressCircleV2Props) {
31
[split.class ?? ""]: !!split.class,
32
}}
33
>
34
- <circle cx={center} cy={center} r={radius()} data-slot="progress-circle-v2-background" stroke-width={strokeWidth()} />
+ <circle
35
+ cx={center}
36
+ cy={center}
37
+ r={radius()}
38
+ data-slot="progress-circle-v2-background"
39
+ stroke-width={strokeWidth()}
40
+ />
41
<circle
42
cx={center}
43
cy={center}
0 commit comments