This commit is contained in:
gpt-engineer-app[bot] 2026-01-21 15:55:41 +00:00
parent 6dafca377e
commit 1db87c9840

View file

@ -305,7 +305,7 @@ const LadybugClockPuzzle: React.FC<LadybugClockPuzzleProps> = ({ showSocialShare
cy={pos.y} cy={pos.y}
r="20" r="20"
fill={isLast ? '#ef4444' : isPainted ? '#f59e0b' : '#374151'} fill={isLast ? '#ef4444' : isPainted ? '#f59e0b' : '#374151'}
className={`transition-all duration-300 ${isPainted && !simulation.isComplete ? 'animate-pulse' : ''}`} className="transition-all duration-300"
/> />
{/* Glow effect for newly painted or last */} {/* Glow effect for newly painted or last */}