feat: improve text eligibility on light mode

This commit is contained in:
Henry
2025-12-05 20:50:55 +00:00
parent 6d2ca9e250
commit 4d7c6770fb

View File

@@ -97,7 +97,7 @@ const Card = ({
"flex items-center gap-1",
isOverdue
? "text-red-600 dark:text-red-400"
: "text-light-700 dark:text-dark-800",
: "text-light-800 dark:text-dark-800",
)}
>
<HiOutlineClock className="h-4 w-4" />