Hover properties.

This commit is contained in:
Lucid Kobold
2022-01-06 13:00:43 -06:00
parent 98ba326472
commit ad7733e979

View File

@@ -69,7 +69,8 @@ const Day = ({
_hover={{ _hover={{
cursor: "pointer", cursor: "pointer",
background: "gray.700", background: "gray.700",
color: "gray.200" border: "1px solid #FFF",
color: "whiteAlpha.900"
}} }}
onClick={() => handleNav(overflowDirection)} onClick={() => handleNav(overflowDirection)}
spacing="0.5rem" spacing="0.5rem"
@@ -94,7 +95,6 @@ const Day = ({
{!isOverflow && ( {!isOverflow && (
<VStack <VStack
bg="transparent" bg="transparent"
color="whiteAlpha"
border="1px solid #0068ff" border="1px solid #0068ff"
w="100%" w="100%"
h="100%" h="100%"
@@ -104,7 +104,8 @@ const Day = ({
pt={2} pt={2}
_hover={{ _hover={{
cursor: "pointer", cursor: "pointer",
background: "gray.700" background: "gray.700",
border: "1px solid #FFF"
}} }}
> >
<Text <Text