This commit is contained in:
Vukasin 2025-07-30 15:11:36 +02:00
parent 612e5c6d74
commit 83ef975c5f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export function AnimatedFlowLine({ isAnimating = false, className = '' }: Animat
<div className={`relative flex items-center justify-center h-4 ${className}`}>
{/* Simple dashed line */}
<motion.div
className="w-0.5 h-full rounded-full border-l border-dashed border-zinc-300 dark:border-zinc-600"
className="w-0.5 h-full rounded-full border-l border-dashed border-primary/50"
style={{
background: isAnimating
? 'repeating-linear-gradient(to bottom, #4461FF 0px, #4461FF 2px, transparent 2px, transparent 4px)'