Skip to content

Commit

Permalink
Update width of time picker to account for wider datetimes (#1822)
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Park <[email protected]>
  • Loading branch information
charliepark and Charlie Park authored Nov 29, 2023
1 parent 4e1bbe1 commit 5a6dcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/lib/date-picker/DateRangePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function DateRangePicker(props: DateRangePickerProps) {
: 'border-default ring-accent-secondary'
)}
>
<div className={cn('relative flex w-[16rem] items-center px-3 text-sans-md')}>
<div className={cn('relative flex w-[17rem] items-center px-3 text-sans-md')}>
{label}
{state.isInvalid && (
<div className="absolute bottom-0 right-2 top-0 flex items-center text-error">
Expand Down

0 comments on commit 5a6dcea

Please sign in to comment.