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.
2 parents 5fa34dd + cdf3bda commit 2ef93ebCopy full SHA for 2ef93eb
src/components/ui/progress.tsx
@@ -16,7 +16,7 @@ const Progress = React.forwardRef<
16
{...props}
17
>
18
<ProgressPrimitive.Indicator
19
- className="h-full w-full flex-1 bg-disabled transition-all"
+ className="h-full w-full flex-1 rounded-full bg-disabled transition-all"
20
style={{ transform: `translateX(-${100 - (value || 0)}%)` }}
21
/>
22
</ProgressPrimitive.Root>
0 commit comments