Update hover cursor.

This commit is contained in:
Lucid Kobold
2021-12-01 14:16:21 -06:00
parent 50f7788a37
commit 5a582c902f

View File

@@ -16,7 +16,13 @@ const CalenderNav = (): JSX.Element => {
icon={<Icon icon="akar-icons:chevron-left" />}
onClick={() => prevMonth()}
/>
<Heading w="100%" h="auto">
<Heading
w="100%"
h="auto"
_hover={{
cursor: "default",
}}
>
{currentMonth}
</Heading>
<IconButton