feature/add theme color
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<meta name="apple-touch-fullscreen" content="yes" />
|
||||
<meta name="apple-mobile-web-app-title" content="Expo" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
|
||||
<meta name="theme-color" content="#000" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#fff" />
|
||||
<!-- For fullscreen web apps on iOS -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "app.salona",
|
||||
"private": true,
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
|
||||
@@ -16,7 +16,7 @@ export default defineConfig({
|
||||
manifest: {
|
||||
name: "Salona",
|
||||
short_name: "Salona",
|
||||
// theme_color: '#96E6B3',
|
||||
theme_color: '#000000',
|
||||
// "background_color": "#96E6B3",
|
||||
dir: "rtl",
|
||||
lang: "fa",
|
||||
|
||||
Reference in New Issue
Block a user