Skip to content

Commit

Permalink
color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MadihaAftab committed Jan 11, 2025
1 parent 7cc49e0 commit e5e4303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/components/dashboard/AdminSummary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ ChartJS.register(CategoryScale,LinearScale,BarElement,Title,Tooltip,Legend,ArcEl

const AdminSummary = () => {
const cardData = [
{ title: "Total Employees", value: 50, bgColor: "bg-red-500" },
{ title: "Headcount: Male/Female", value: "15/20", bgColor: "bg-yellow-500" },
{ title: "Present Employees (Today)", value: 45, bgColor: "bg-green-500" },
{ title: "Total Tasks", value: 100, bgColor: "bg-blue-500" },
{ title: "Total Employees", value: 50, bgColor: "bg-yellow-500/70" },
{ title: "Headcount: Male/Female", value: "15/20", bgColor: "bg-yellow-500/70" },
{ title: "Present Employees (Today)", value: 45, bgColor: "bg-yellow-500/70" },
{ title: "Total Tasks", value: 100, bgColor: "bg-yellow-500/70" },

];
const employeeOfTheMonth = "John Doe"; // Best KPI employee
Expand Down

0 comments on commit e5e4303

Please sign in to comment.