Update FE

This commit is contained in:
Koncept Kit
2025-12-08 20:45:40 +07:00
parent d8c1e133ac
commit 1f27c3224b
23 changed files with 438 additions and 438 deletions

View File

@@ -43,7 +43,7 @@ const AdminLayout = ({ children }) => {
};
return (
<div className="flex h-screen bg-[#FDFCF8]">
<div className="flex h-screen bg-white">
{/* Sidebar */}
<AdminSidebar
isOpen={sidebarOpen}