diff --git a/frontend/src/components/ui/calendar.tsx b/frontend/src/components/ui/calendar.tsx index 06461df0..9862e015 100644 --- a/frontend/src/components/ui/calendar.tsx +++ b/frontend/src/components/ui/calendar.tsx @@ -73,7 +73,7 @@ function Calendar({ defaultClassNames.dropdowns ), dropdown_root: cn( - "cn-calendar-dropdown-root relative rounded-(--cell-radius)", + "cn-calendar-dropdown-root relative flex h-(--cell-size) items-center rounded-(--cell-radius)", defaultClassNames.dropdown_root ), dropdown: cn( diff --git a/frontend/src/components/ui/popover.tsx b/frontend/src/components/ui/popover.tsx index 155b91ea..82ea3ce2 100644 --- a/frontend/src/components/ui/popover.tsx +++ b/frontend/src/components/ui/popover.tsx @@ -37,7 +37,7 @@ function PopoverContent({