diff --git a/src/components/DateTimePicker.tsx b/src/components/DateTimePicker.tsx index a5080092..591ee796 100644 --- a/src/components/DateTimePicker.tsx +++ b/src/components/DateTimePicker.tsx @@ -335,7 +335,7 @@ function TimeField({ }} onFocus={() => setDraft(formatted)} onBlur={() => setDraft(null)} - className="w-9! min-h-0! text-center px-1! py-1! text-xs" + className="w-9! min-h-0! text-center px-1! py-1! text-[1rem]" /> ); }