fix: remove hover effect from WorkflowLineAddButton for consistent styling

This commit is contained in:
mlogclub
2026-06-28 20:26:15 +08:00
parent eaffca5bad
commit 80ff6d40db
@@ -49,7 +49,7 @@ export function WorkflowLineAddButton({
return (
<button
type="button"
className="absolute flex size-6 items-center justify-center rounded-full border border-white bg-white text-[#2575FC] shadow-sm transition-transform hover:scale-105"
className="absolute flex size-6 items-center justify-center rounded-full border border-white bg-white text-[#2575FC] shadow-sm transition-transform" // hover:scale-105
style={{
transform: `translate(-50%, -50%) translate(${line.center.labelX}px, ${line.center.labelY}px)`,
color,