We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536c3b2 commit 77dd327Copy full SHA for 77dd327
packages/kit-styled/src/components/progress/progress.tsx
@@ -7,7 +7,7 @@ export const Progress = component$<PropsOf<typeof HeadlessProgress.Root>>((props
7
<HeadlessProgress.Root
8
class={cn(
9
'relative h-4 w-full overflow-hidden rounded border bg-muted',
10
- props?.class,
+ props.class,
11
)}
12
{...props}
13
>
0 commit comments