fix: calendar header action alignment (#4249)

This commit is contained in:
Anmol Singh Bhatia 2024-04-23 12:59:48 +05:30 committed by GitHub
parent 03fd5feda6
commit ac3def2929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ export const CalendarOptionsDropdown: React.FC<ICalendarHeader> = observer((prop
}; };
return ( return (
<Popover className="relative"> <Popover className="relative flex items-center">
{({ open, close: closePopover }) => ( {({ open, close: closePopover }) => (
<> <>
<Popover.Button as={React.Fragment}> <Popover.Button as={React.Fragment}>