primary bg

This commit is contained in:
Maze Winther
2026-01-27 22:11:39 +01:00
parent 20f16aa2b4
commit 5705d09bf3
+1 -1
View File
@@ -18,7 +18,7 @@ const Progress = React.forwardRef<
{...props} {...props}
> >
<ProgressPrimitive.Indicator <ProgressPrimitive.Indicator
className="bg-foreground size-full flex-1" className="bg-primary size-full flex-1"
style={{ transform: `translateX(-${100 - (value || 0)}%)` }} style={{ transform: `translateX(-${100 - (value || 0)}%)` }}
/> />
</ProgressPrimitive.Root> </ProgressPrimitive.Root>