This commit is contained in:
Maze Winther 2025-07-22 11:42:16 +02:00
parent fb5dca9f9d
commit e7b89a4cc0
1 changed files with 2 additions and 2 deletions

View File

@ -1071,9 +1071,9 @@ function TimelineToolbar({
<TooltipTrigger asChild>
<Button variant="text" size="icon" onClick={toggleSnapping}>
{snappingEnabled ? (
<LockOpen className="h-4 w-4 text-primary" />
<Magnet className="h-4 w-4 text-primary" />
) : (
<Lock className="h-4 w-4" />
<Magnet className="h-4 w-4" />
)}
</Button>
</TooltipTrigger>