File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export function DatePicker(props: DatePickerProps) {
6262 type = "button"
6363 className = { cn (
6464 state . isOpen && 'z-10 ring-2' ,
65- 'relative flex h-10 items-center rounded-l rounded-r border text-sans-md border-default focus-within:ring-2 hover:border-raise focus:z-10' ,
65+ 'relative flex h-11 items-center rounded-l rounded-r border text-sans-md border-default focus-within:ring-2 hover:border-raise focus:z-10' ,
6666 state . isInvalid
6767 ? 'focus-error border-error ring-error-secondary'
6868 : 'border-default ring-accent-secondary'
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export function DateRangePicker(props: DateRangePickerProps) {
6262 type = "button"
6363 className = { cn (
6464 state . isOpen && 'z-10 ring-2' ,
65- 'relative flex h-10 items-center rounded-l rounded-r border text-sans-md border-default focus-within:ring-2 hover:border-raise focus:z-10' ,
65+ 'relative flex h-11 items-center rounded-l rounded-r border text-sans-md border-default focus-within:ring-2 hover:border-raise focus:z-10' ,
6666 state . isInvalid
6767 ? 'focus-error border-error ring-error-secondary'
6868 : 'border-default ring-accent-secondary'
You can’t perform that action at this time.
0 commit comments