name and color

This commit is contained in:
hamid zarghami
2026-02-21 10:12:43 +03:30
parent 5126fd5b7c
commit 234256f89c
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
VITE_BASE_URL = 'https://api.fajrtabloshop.com'
VITE_BASE_URL = 'https://api.shinan.com'
# VITE_BASE_URL = 'http://192.168.99.235:4000'
# VITE_BASE_URL = 'https://api.shinan.ir'
VITE_TOKEN_NAME = 'sh_admin_token'
VITE_REFRESH_TOKEN_NAME = 'sh_admin_refresh_token'
VITE_TOKEN_NAME = 'shinan_admin_token'
VITE_REFRESH_TOKEN_NAME = 'shinan_admin_refresh_token'
+1 -1
View File
@@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>پنل مدیریت | فجر تابلو مرکزی</title>
<title>پنل مدیریت | شینان</title>
</head>
<body>
+1 -1
View File
@@ -33,7 +33,7 @@ textarea::placeholder {
}
@theme {
--color-primary: #da2129;
--color-primary: #a62186;
--color-secondary: #f4f5f9;
--color-border: #d0d0d0;
--color-description: #888888;