feature/add theme color

This commit is contained in:
Erfan Hashemi
2025-10-07 00:14:27 +03:30
parent 2584476db7
commit 543d8355cf
3 changed files with 3 additions and 3 deletions

View File

@@ -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" />

View File

@@ -1,7 +1,7 @@
{
"name": "app.salona",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"scripts": {
"dev": "vite --host",

View File

@@ -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",