chore: centralized the themeing and fix styles

This commit is contained in:
ghost2023
2026-05-19 16:51:41 +03:00
parent f9b96c143e
commit 024871c127
14 changed files with 459 additions and 110 deletions

View File

@@ -170,9 +170,8 @@ const DashboardLayout = ({
{userName}
</span>
<ChevronDown
className={`h-4 w-4 text-slate-400 transition dark:text-slate-500 ${
isUserMenuOpen ? "rotate-180 text-[#33578D]" : ""
}`}
className={`h-4 w-4 text-slate-400 transition dark:text-slate-500 ${isUserMenuOpen ? "rotate-180 text-[#33578D]" : ""
}`}
/>
</button>
@@ -220,7 +219,7 @@ const DashboardLayout = ({
</div>
</header>
<main className="flex-1 overflow-auto bg-slate-50 p-6 dark:bg-slate-950">
<main className="flex-1 overflow-auto bg-background p-6 ">
{children}
</main>
</div>