diff --git a/src/components/video-editor/types.ts b/src/components/video-editor/types.ts index 30b3adaa..b88f3d2e 100644 --- a/src/components/video-editor/types.ts +++ b/src/components/video-editor/types.ts @@ -51,7 +51,7 @@ export interface CursorVisualSettings { } export type CursorStyle = "macos" | "tahoe" | "tahoe-inverted" | "dot" | "figma" | (string & {}); // extension-contributed cursor styles -export const DEFAULT_CURSOR_STYLE: CursorStyle = "macos"; +export const DEFAULT_CURSOR_STYLE: CursorStyle = "tahoe"; export type EditorEffectSection = | "scene"