Calender Navigation #13

Merged
LucidKobold merged 15 commits from context into main 2021-12-01 15:34:58 -05:00
7 changed files with 189 additions and 59 deletions
Showing only changes of commit 5a582c902f - Show all commits

View File

@@ -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