Sfoglia il codice sorgente

auto commit

master
jfinn 3 anni fa
parent
commit
8b1f641499
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      src/appState.ts

+ 2
- 1
src/appState.ts Vedi File

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

Loading…
Annulla
Salva