diff --git a/apps/antalmanac/src/components/Calendar/toolbar/ScheduleSelect/ScheduleSelect.tsx b/apps/antalmanac/src/components/Calendar/toolbar/ScheduleSelect/ScheduleSelect.tsx index 6cdbf3fa5..1e18f95bc 100644 --- a/apps/antalmanac/src/components/Calendar/toolbar/ScheduleSelect/ScheduleSelect.tsx +++ b/apps/antalmanac/src/components/Calendar/toolbar/ScheduleSelect/ScheduleSelect.tsx @@ -1,5 +1,5 @@ import { ArrowDropDown as ArrowDropDownIcon } from '@mui/icons-material'; -import { Box, Button, Popover, Typography, useTheme } from '@mui/material'; +import { Box, Button, Popover, Typography, useTheme, Tooltip } from '@mui/material'; import { useCallback, useEffect, useMemo, useState } from 'react'; import { changeCurrentSchedule } from '$actions/AppStoreActions'; @@ -83,18 +83,20 @@ export function SelectSchedulePopover(props: { scheduleNames: string[] }) { return ( - + + + ( - + + {name} + + +