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 && (