From ec02bddc9ee93dbad2122b2082ef1af6c3d1ee06 Mon Sep 17 00:00:00 2001 From: Jesse_Chen Date: Fri, 17 Jul 2026 21:30:37 +0800 Subject: [PATCH] fix: preserve calendar touch targets --- frontend/src/components/ui/calendar.tsx | 2 +- frontend/src/components/ui/popover.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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({