From b8c9bf178490b3115013ff37915402eb4f00cafe Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 23:47:12 +0000 Subject: [PATCH] Fix: Hide duplicate calendar caption label --- src/components/ui/calendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/calendar.tsx b/src/components/ui/calendar.tsx index 9cb96dca..1943803a 100644 --- a/src/components/ui/calendar.tsx +++ b/src/components/ui/calendar.tsx @@ -16,7 +16,7 @@ function Calendar({ className, classNames, showOutsideDays = true, ...props }: C months: "flex flex-col sm:flex-row space-y-4 sm:space-x-4 sm:space-y-0", month: "space-y-4", caption: "flex justify-center pt-1 relative items-center", - caption_label: "text-sm font-medium", + caption_label: "hidden", caption_dropdowns: "flex justify-center gap-1", dropdown: "px-2 py-1 rounded-md text-sm bg-background border border-input hover:bg-accent hover:text-accent-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2", dropdown_month: "mr-1",