diff --git a/src/js/components/Page/Page.tsx b/src/js/components/Page/Page.tsx index 6c47a4eeb1..1235207d8f 100644 --- a/src/js/components/Page/Page.tsx +++ b/src/js/components/Page/Page.tsx @@ -1,9 +1,9 @@ import React from 'react'; import { Button, VStack, Divider, Center, Box, Heading, Image, IconButton, ButtonGroup, FormControl, Input, - Tooltip, FormLabel, BoxProps, MenuGroup, MenuItem, MenuDivider + Tooltip, FormLabel, BoxProps, MenuGroup, MenuItem, MenuDivider, Text } from '@chakra-ui/react'; -import { ArrowRightOnBoxIcon, ArrowLeftOnBoxIcon, CalendarCircleFillIcon, CalendarTomorrowIcon, TemplateIcon, LinkedIcon } from '@/Icons/Icons'; +import { ArrowRightOnBoxIcon, ArrowLeftOnBoxIcon, CalendarCircleFillIcon, CalendarTomorrowIcon, TemplateIcon, LinkedIcon, CalendarIcon } from '@/Icons/Icons'; import { useInView } from 'react-intersection-observer'; import { withErrorBoundary } from "react-error-boundary"; @@ -208,7 +208,7 @@ export const DailyNotesList = (props: DailyNotesListProps) => { {boxProps.children} - + Daily Note}> Earlier @@ -230,6 +230,7 @@ export const DailyNotesPage = withErrorBoundary((props: DailyNotesPageProps) => {...PAGE_PROPS} {...boxProps} ref={pageRef} + flex="0 0 auto" className="node-page daily-notes" minHeight="calc(100vh - 4rem)" boxShadow="page"