style(ui): update dark mode background color from #090909 to #0B0B0B across auth and admin components

This commit is contained in:
2026-04-22 19:33:40 -04:00
parent 7b76763741
commit 52f8ea2b13
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ const AdminTop = ({ isMobileMenuOpen, setIsMobileMenuOpen, user, onLogout, appNa
leaveFrom="opacity-100 translate-y-0"
leaveTo="opacity-0 translate-y-1"
>
<MenuItems className="absolute right-0 mt-4 w-48 outline-none rounded-xl border border-black/8 dark:border-white/8 bg-white dark:bg-[#090909] shadow-lg overflow-hidden z-50">
<MenuItems className="absolute right-0 mt-4 w-48 outline-none rounded-xl border border-black/8 dark:border-white/8 bg-white dark:bg-[#0B0B0B] shadow-lg overflow-hidden z-50">
<div className="p-1.5 flex flex-col gap-0.5">
{/* Quick links — mobile only */}
{quickLinks.length > 0 && (