Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
89cbe831d9
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/appState.ts

+ 2
- 1
src/appState.ts View File

@@ -75,7 +75,8 @@ export const getDefaultAppState = (): Omit<
75 75
     startBoundElement: null,
76 76
     suggestedBindings: [],
77 77
     toastMessage: null,
78
-    viewBackgroundColor: oc.white,
78
+    // viewBackgroundColor: oc.white,
79
+    viewBackgroundColor: "#ffff88",
79 80
     zenModeEnabled: false,
80 81
     zoom: { value: 1 as NormalizedZoomValue, translation: { x: 0, y: 0 } },
81 82
     viewModeEnabled: false,

Loading…
Cancel
Save