Skip to content

Commit

Permalink
dashboard: Add pulse to progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
matlin authored and pbohlman committed May 1, 2024
1 parent 23bb24d commit 74ce5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/ui/progress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Progress = React.forwardRef<
{...props}
>
<ProgressPrimitive.Indicator
className="h-full w-full flex-1 bg-primary transition-all"
className="h-full w-full flex-1 bg-primary transition-all animate-pulse"
style={{ transform: `translateX(-${100 - (value || 0)}%)` }}
/>
</ProgressPrimitive.Root>
Expand Down

0 comments on commit 74ce5f5

Please sign in to comment.