Update hover cursor.
This commit is contained in:
@@ -16,7 +16,13 @@ const CalenderNav = (): JSX.Element => {
|
|||||||
icon={<Icon icon="akar-icons:chevron-left" />}
|
icon={<Icon icon="akar-icons:chevron-left" />}
|
||||||
onClick={() => prevMonth()}
|
onClick={() => prevMonth()}
|
||||||
/>
|
/>
|
||||||
<Heading w="100%" h="auto">
|
<Heading
|
||||||
|
w="100%"
|
||||||
|
h="auto"
|
||||||
|
_hover={{
|
||||||
|
cursor: "default",
|
||||||
|
}}
|
||||||
|
>
|
||||||
{currentMonth}
|
{currentMonth}
|
||||||
</Heading>
|
</Heading>
|
||||||
<IconButton
|
<IconButton
|
||||||
|
|||||||
Reference in New Issue
Block a user