diff --git a/public/favicon.svg b/public/favicon.svg index 6e4d87f..a674974 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -37,7 +37,7 @@ inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" - inkscape:current-layer="layer1"> + inkscape:current-layer="g8"> + id="stop6" /> + + + + + + + + + + diff --git a/pwa-assets.config.ts b/pwa-assets.config.ts index 9449fa0..27dd6d0 100644 --- a/pwa-assets.config.ts +++ b/pwa-assets.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ minimal2023Preset, { resizeOptions: { - background: "#fdf2f8", + background: "#265456", }, }, ), diff --git a/vite.config.ts b/vite.config.ts index fcc8045..0cd6d7a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -44,7 +44,7 @@ export default defineConfig(({ mode }) => ({ short_name: "later", description: "A Notes app that helps you keep track at notes for later", theme_color: "#f6339a", - background_color: "#fdf2f8", + background_color: "#265456", }, pwaAssets: {