Skip to content

Commit 48dc05e

Browse files
chore: generate
1 parent 84bb706 commit 48dc05e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packages/ui/src/v2/components/progress-circle-v2.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ export function ProgressCircleV2(props: ProgressCircleV2Props) {
3131
[split.class ?? ""]: !!split.class,
3232
}}
3333
>
34-
<circle cx={center} cy={center} r={radius()} data-slot="progress-circle-v2-background" stroke-width={strokeWidth()} />
34+
<circle
35+
cx={center}
36+
cy={center}
37+
r={radius()}
38+
data-slot="progress-circle-v2-background"
39+
stroke-width={strokeWidth()}
40+
/>
3541
<circle
3642
cx={center}
3743
cy={center}

0 commit comments

Comments
 (0)