diff --git a/frontend/src/components/AttendanceCalendar.vue b/frontend/src/components/AttendanceCalendar.vue
index 1c5d45c501..96b8798b3b 100644
--- a/frontend/src/components/AttendanceCalendar.vue
+++ b/frontend/src/components/AttendanceCalendar.vue
@@ -32,7 +32,7 @@
{{ index }}
@@ -47,7 +47,7 @@
-
+
{{ __(status) }}
@@ -69,12 +69,12 @@ const __ = inject("$translate")
const firstOfMonth = ref(dayjs().date(1).startOf("D"))
const colorMap = {
- Present: "green-200",
- "Work From Home": "green-200",
- "Half Day": "yellow-100",
- Absent: "red-100",
- "On Leave": "blue-100",
- Holiday: "gray-100",
+ Present: "bg-green-300",
+ "Work From Home": "bg-green-300",
+ "Half Day": "bg-yellow-200",
+ Absent: "bg-red-200",
+ "On Leave": "bg-blue-300",
+ Holiday: "bg-gray-300",
}
// __("Present"), __("Half Day"), __("Absent"), __("On Leave"), __("Work From Home")