Skip to content

Commit 86416fc

Browse files
committed
PWA manifest changed
1 parent 507f6d7 commit 86416fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export default defineConfig({
2020
VitePWA({
2121
registerType: "autoUpdate",
2222
manifest: {
23-
theme_color: "#2AECA5",
24-
background_color: "#C4EBD7",
23+
theme_color: "#2D333B",
24+
background_color: "#F3F3F3",
2525
display: "standalone",
2626
scope: "/",
2727
start_url: "/",

0 commit comments

Comments
 (0)