fix: pwa theme color
This commit is contained in:
parent
14412ea138
commit
3ddb5b69e6
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="description" content="Alarm clock deactivating after walking">
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
|
||||
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF">
|
||||
<meta name="theme-color" content="#2979FF">
|
||||
<meta name="theme-color" content="#3E3D42">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ const pwaOptions: Partial<VitePWAOptions> = {
|
|||
],
|
||||
manifest: {
|
||||
name: "Walk-up alarm",
|
||||
short_name: "Walk-up",
|
||||
theme_color: "#ffffff",
|
||||
short_name: "Walk-up alarm",
|
||||
theme_color: "#3E3D42",
|
||||
icons: [
|
||||
{
|
||||
src: "pwa-192x192.png",
|
||||
|
|
|
|||
Loading…
Reference in a new issue