This commit is contained in:
natib21
2026-07-14 08:47:46 +00:00
parent 22cf8eabd1
commit e63e6a2fc0
6 changed files with 92 additions and 16 deletions

View File

@@ -71,7 +71,7 @@ const ArchiveUsersPage = () => {
value={selectedUnitId}
onValueChange={(value) => setSelectedUnitId(value)}
>
<SelectTrigger className="mt-1 block w-full border-gray-300 rounded-md shadow-sm focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm [&>span]:truncate">
<SelectTrigger className="mt-1 block w-full border-gray-300 rounded-md shadow-sm focus:ring-primary-500 focus:border-primary-500 sm:text-sm [&>span]:truncate">
<SelectValue placeholder="Select a Unit" />
</SelectTrigger>
<SelectContent>

View File

@@ -203,8 +203,8 @@ const ArchivedUnitsPositionsPage = () => {
header: t("organization.name", "Name"),
cell: ({ row }: any) => (
<div className="flex items-center gap-3">
<div className="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center flex-shrink-0">
<UserSquare2 className="h-5 w-5 text-blue-600" />
<div className="w-10 h-10 rounded-full bg-primary-100 flex items-center justify-center flex-shrink-0">
<UserSquare2 className="h-5 w-5 text-primary-600" />
</div>
<div>
<div className="font-medium text-gray-900">
@@ -397,7 +397,7 @@ const ArchivedUnitsPositionsPage = () => {
</>
) : (
<>
<UserSquare2 className="h-5 w-5 text-blue-600" />
<UserSquare2 className="h-5 w-5 text-primary-600" />
{t("archive.archivedPositions", "Archived Positions")}
</>
)}

View File

@@ -118,7 +118,7 @@ const OrgAdminDashboard = () => {
title: t("dashboard.totalEmployees"),
value: activeReport?.employeesCount?.toLocaleString() || "0",
icon: Users,
color: "from-blue-500 to-blue-600",
color: "from-primary-500 to-primary-600",
},
...(!isUnitAdmin
? [{
@@ -147,7 +147,7 @@ const OrgAdminDashboard = () => {
description: t("dashboard.userManagementDesc"),
icon: Users,
action: () => navigate("/user-management/user_management"),
color: "bg-gradient-to-r from-blue-500 to-cyan-600",
color: "bg-gradient-to-r from-primary-500 to-primary-600",
},
{
id: "content-mgmt",
@@ -155,7 +155,7 @@ const OrgAdminDashboard = () => {
description: t("dashboard.contentManagementDesc"),
icon: Files,
action: () => navigate("/user-management/content-management"),
color: "bg-gradient-to-r from-purple-500 to-indigo-600",
color: "bg-gradient-to-r from-purple-500 to-primary-600",
},
{
id: "excel-upload",
@@ -187,7 +187,7 @@ const OrgAdminDashboard = () => {
description: t("dashboard.webManagementDesc"),
icon: FileText,
action: () => navigate("/user-management/web-management"),
color: "bg-gradient-to-r from-teal-500 to-cyan-600",
color: "bg-gradient-to-r from-teal-500 to-primary-600",
},
];
@@ -278,7 +278,7 @@ const OrgAdminDashboard = () => {
: getStats().map((stat) => (
<Card
key={`stat-${stat.id}`}
className="hover:shadow-lg transition-shadow duration-200 border-l-4 border-l-blue-500 dark:bg-gray-800 dark:border-gray-700 dark:border-l-blue-500"
className="hover:shadow-lg transition-shadow duration-200 border-l-4 border-l-primary-500 dark:bg-gray-800 dark:border-gray-700 dark:border-l-primary-500"
>
<CardContent className="p-6">
<div className="flex items-center justify-between">