diff --git a/src/lib/components/MobileEditor.svelte b/src/lib/components/MobileEditor.svelte index 5fa8f6e8..6e4b2f23 100644 --- a/src/lib/components/MobileEditor.svelte +++ b/src/lib/components/MobileEditor.svelte @@ -23,7 +23,6 @@ basicSetup, themeCompartment.of($mode === 'dark' ? oneDark : []), EditorView.updateListener.of((update) => { - console.log('update', update); if (update.docChanged) { const newText = update.state.doc.toString(); if (currentText === newText) { diff --git a/static/favicon.svg b/static/favicon.svg index 993c56b9..0d6e7ea6 100644 --- a/static/favicon.svg +++ b/static/favicon.svg @@ -1,6 +1,6 @@ - + diff --git a/static/manifest.json b/static/manifest.json index 4df97742..65d47767 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -9,10 +9,10 @@ } ], "start_url": "/edit", - "background_color": "#6366F1", + "background_color": "#ff3670", "display": "standalone", "scope": "/edit", - "theme_color": "#6366F1", + "theme_color": "#ff3670", "description": "FlowChart & Diagrams Editor.", "orientation": "natural" }