mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-19 23:39:33 +05:30
(chore): migrated to react v19 tailwindcss v4 and shadcn v2.6 and bumped up deps
This commit is contained in:
@@ -25,7 +25,7 @@ const IndeterminateProgress = React.forwardRef<
|
||||
<ProgressPrimitive.Indicator
|
||||
className={cn(
|
||||
"h-full w-full flex-1 bg-primary transition-all",
|
||||
indeterminate && "animate-indeterminate-progress origin-left"
|
||||
indeterminate && "animate-[indeterminate-progress_1s_infinite_linear] origin-left"
|
||||
)}
|
||||
style={{ transform: `translateX(-${100 - (value || 0)}%)` }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user