Skip to content

Commit 91acfb5

Browse files
committed
feat(video): filmstrip trim timeline and playback composables
1 parent 4f975be commit 91acfb5

9 files changed

Lines changed: 1413 additions & 1 deletion

File tree

packages/design-system/src/css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@
249249
--component-node-widget-promoted: var(--color-purple-700);
250250
--component-node-widget-advanced: var(--color-azure-400);
251251

252+
--video-trim-selection-background: var(--color-datatype-CLIP, #ffd500);
253+
--video-trim-playhead-background: #f0513b;
254+
252255
/* Default UI element color palette variables */
253256
--palette-contrast-mix-color: #fff;
254257
--palette-interface-panel-surface: var(--comfy-menu-bg);
@@ -532,6 +535,10 @@
532535
);
533536
--color-component-node-widget-promoted: var(--component-node-widget-promoted);
534537
--color-component-node-widget-advanced: var(--component-node-widget-advanced);
538+
--color-video-trim-selection-background: var(
539+
--video-trim-selection-background
540+
);
541+
--color-video-trim-playhead-background: var(--video-trim-playhead-background);
535542

536543
/* Semantic tokens */
537544
--color-base-foreground: var(--base-foreground);

0 commit comments

Comments
 (0)