primary bg
This commit is contained in:
parent
20f16aa2b4
commit
5705d09bf3
|
|
@ -18,7 +18,7 @@ const Progress = React.forwardRef<
|
|||
{...props}
|
||||
>
|
||||
<ProgressPrimitive.Indicator
|
||||
className="bg-foreground size-full flex-1"
|
||||
className="bg-primary size-full flex-1"
|
||||
style={{ transform: `translateX(-${100 - (value || 0)}%)` }}
|
||||
/>
|
||||
</ProgressPrimitive.Root>
|
||||
|
|
|
|||
Loading…
Reference in New Issue