chore(cursor): default to tahoe cursor style

This commit is contained in:
Codex
2026-05-24 16:34:31 +10:00
parent 48b48dc6f2
commit e81a242157
+1 -1
View File
@@ -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"