From ae50327bdb4a80123ff3b099ff067310a59b85c3 Mon Sep 17 00:00:00 2001 From: Miguel Angel Simon Sierra Date: Wed, 1 Jul 2026 19:41:10 -0700 Subject: [PATCH] style(studio): make the auto-keyframe toggle icon a diamond with a record dot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reuses the same diamond outline as the Add-keyframe icon next to it, with a small dot inside carrying the on/off state (filled = auto-recording, hollow = manual edits won't be keyframed) — pairs the two icons visually instead of an unrelated circle/slash glyph. --- .../studio/src/components/TimelineToolbar.tsx | 25 +++++++------------ 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/packages/studio/src/components/TimelineToolbar.tsx b/packages/studio/src/components/TimelineToolbar.tsx index bf46ddb7f..e13707ebb 100644 --- a/packages/studio/src/components/TimelineToolbar.tsx +++ b/packages/studio/src/components/TimelineToolbar.tsx @@ -194,26 +194,19 @@ export function TimelineToolbar({ : "text-neutral-600 hover:text-neutral-400" }`} > - + + {/* Same diamond outline as the Add-keyframe icon, with a + record-style dot inside: filled = auto-recording, + hollow = manual edits won't be keyframed. */} + - {!autoKeyframeEnabled && ( - - )}