primary bg

This commit is contained in:
Maze Winther 2026-01-27 22:11:39 +01:00
parent 20f16aa2b4
commit 5705d09bf3
1 changed files with 1 additions and 1 deletions

View File

@ -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>