diff --git a/packages/lsd-react/src/components/DateRangePicker/DateRangePicker.stories.tsx b/packages/lsd-react/src/components/DateRangePicker/DateRangePicker.stories.tsx index 0f4ec00..f9ad52c 100644 --- a/packages/lsd-react/src/components/DateRangePicker/DateRangePicker.stories.tsx +++ b/packages/lsd-react/src/components/DateRangePicker/DateRangePicker.stories.tsx @@ -14,7 +14,7 @@ export default { variant: { type: { name: 'enum', - value: ['outlined', 'outlined-bottom'], + value: ['outlined', 'underlined'], }, }, }, diff --git a/packages/lsd-react/src/components/DateRangePicker/DateRangePicker.tsx b/packages/lsd-react/src/components/DateRangePicker/DateRangePicker.tsx index 9ad464d..63f63c2 100644 --- a/packages/lsd-react/src/components/DateRangePicker/DateRangePicker.tsx +++ b/packages/lsd-react/src/components/DateRangePicker/DateRangePicker.tsx @@ -1,5 +1,5 @@ import clsx from 'clsx' -import React, { ChangeEvent, ChangeEventHandler, useRef, useState } from 'react' +import React, { ChangeEvent, useRef, useState } from 'react' import { adjustedTimezoneISOString, getCalendarTooltipArrowOffset,