From 93d73c2c70ab808fd1ea494df47737077585e638 Mon Sep 17 00:00:00 2001 From: Viet Hoang Do Date: Wed, 25 Jun 2025 08:44:26 +1000 Subject: [PATCH] fix: Update cell color logic in MonthTable for better visibility of today's date --- src/lib/components/month/MonthTable.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lib/components/month/MonthTable.tsx b/src/lib/components/month/MonthTable.tsx index b13183b6..33b9695e 100644 --- a/src/lib/components/month/MonthTable.tsx +++ b/src/lib/components/month/MonthTable.tsx @@ -106,7 +106,13 @@ const MonthTable = ({ daysList, resource, eachWeekStart }: Props) => { }} > { e.stopPropagation();