diff --git a/components/pages/work-flow/task-info.tsx b/components/pages/work-flow/task-info.tsx index 26780f2..263915a 100644 --- a/components/pages/work-flow/task-info.tsx +++ b/components/pages/work-flow/task-info.tsx @@ -112,7 +112,7 @@ const StageIcons = ({ currentStage, isExpanded }: { currentStage: number, isExpa className={`relative rounded-full p-1 ${isCurrentStage ? 'bg-opacity-20' : 'bg-opacity-10'}`} animate={isCurrentStage ? { rotate: [0, 360], - scale: [1, 1.1, 1], + scale: [1, 1.2, 1], transition: { rotate: { duration: 3, repeat: Infinity, ease: "linear" }, scale: { duration: 1.5, repeat: Infinity, ease: "easeInOut" }