feat: improve text eligibility on light mode
This commit is contained in:
@@ -97,7 +97,7 @@ const Card = ({
|
|||||||
"flex items-center gap-1",
|
"flex items-center gap-1",
|
||||||
isOverdue
|
isOverdue
|
||||||
? "text-red-600 dark:text-red-400"
|
? "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" />
|
<HiOutlineClock className="h-4 w-4" />
|
||||||
|
|||||||
Reference in New Issue
Block a user