xiongzhu 3 ani în urmă
părinte
comite
23c2a6c386
2 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      index.html
  2. 2 2
      vite.config.js

+ 1 - 1
index.html

@@ -17,7 +17,7 @@
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <meta name="apple-mobile-web-app-title" content="Ionic App" />
     <meta name="apple-mobile-web-app-status-bar-style" content="black" />
-    <meta name="theme-color" content="#1c1c1c">
+    <meta name="theme-color" content="#161616">
     <title>FirstCash</title>
 </head>
 

+ 2 - 2
vite.config.js

@@ -44,8 +44,8 @@ export default defineConfig(({ command, mode }) => {
                 manifest: {
                     name: 'FirstCash',
                     short_name: 'FirstCash',
-                    theme_color: '#1c1c1c',
-                    background_color: '#1c1c1c',
+                    theme_color: '#161616',
+                    background_color: '#161616',
                     display: 'fullscreen',
                     icons: [
                         {