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) {
62
62
type = "button"
63
63
className = { cn (
64
64
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' ,
66
66
state . isInvalid
67
67
? 'focus-error border-error ring-error-secondary'
68
68
: 'border-default ring-accent-secondary'
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export function DateRangePicker(props: DateRangePickerProps) {
62
62
type = "button"
63
63
className = { cn (
64
64
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' ,
66
66
state . isInvalid
67
67
? 'focus-error border-error ring-error-secondary'
68
68
: 'border-default ring-accent-secondary'
You can’t perform that action at this time.
0 commit comments