From ad7733e97940f6dd7f8874957ce7338f44646bab Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Thu, 6 Jan 2022 13:00:43 -0600 Subject: [PATCH] Hover properties. --- components/calender/Day.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/calender/Day.tsx b/components/calender/Day.tsx index 354ece9..701b6aa 100644 --- a/components/calender/Day.tsx +++ b/components/calender/Day.tsx @@ -69,7 +69,8 @@ const Day = ({ _hover={{ cursor: "pointer", background: "gray.700", - color: "gray.200" + border: "1px solid #FFF", + color: "whiteAlpha.900" }} onClick={() => handleNav(overflowDirection)} spacing="0.5rem" @@ -94,7 +95,6 @@ const Day = ({ {!isOverflow && (