
diff --git a/src/apps/new-ui/pages/Profile/+components/PillSelect.tsx b/src/apps/new-ui/pages/Profile/+components/PillSelect.tsx
index f33783e3..bf8450f1 100644
--- a/src/apps/new-ui/pages/Profile/+components/PillSelect.tsx
+++ b/src/apps/new-ui/pages/Profile/+components/PillSelect.tsx
@@ -47,8 +47,6 @@ export default function PillSelect({ options, value, defaultValue, onChange, cla
return (
setOpen((s) => !s)}
aria-haspopup="listbox"
aria-expanded={open}
diff --git a/src/apps/new-ui/pages/Profile/index.tsx b/src/apps/new-ui/pages/Profile/index.tsx
index 7f9bac76..c5b5d02a 100644
--- a/src/apps/new-ui/pages/Profile/index.tsx
+++ b/src/apps/new-ui/pages/Profile/index.tsx
@@ -231,7 +231,7 @@ const Profile: React.FC = () => {
}, []);
return (
-
+
{
navigate("/modules-list")} />
diff --git a/src/main.tsx b/src/main.tsx
index 4d703c98..7a7ab530 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -1,6 +1,7 @@
// import { StrictMode } from 'react';
import { createRoot } from "react-dom/client";
import App from "./App.tsx";
+import "aos/dist/aos.css";
window.requestAnimationFrame(() => {
const el = document.getElementById('initial-bg');
diff --git a/vite.config.ts b/vite.config.ts
index e100d675..a630afcf 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -22,7 +22,7 @@ export default defineConfig({
short_name: "Salona",
start_url: "/",
scope: "/",
- theme_color: "#ab25c0",
+ theme_color: "#000000",
background_color: "#ab25c0",
dir: "rtl",
lang: "fa",