diff --git a/site/src/components/DateTimeRangePicker/DateTimeRangePicker.tsx b/site/src/components/DateTimeRangePicker/DateTimeRangePicker.tsx index 20f75fa24de..0d97f72fb6c 100644 --- a/site/src/components/DateTimeRangePicker/DateTimeRangePicker.tsx +++ b/site/src/components/DateTimeRangePicker/DateTimeRangePicker.tsx @@ -3,9 +3,10 @@ * hidden until "Custom range" is chosen. */ -import { CalendarIcon, CheckIcon, ChevronDownIcon } from "lucide-react"; +import { CalendarIcon, CheckIcon } from "lucide-react"; import { type FC, type KeyboardEvent, useEffect, useId, useState } from "react"; import type { DateRange as DayPickerDateRange } from "react-day-picker"; +import { ChevronDownIcon } from "#/components/AnimatedIcons/ChevronDown"; import { Button, type ButtonProps } from "#/components/Button/Button"; import { Calendar } from "#/components/Calendar/Calendar"; import { Input } from "#/components/Input/Input"; @@ -210,7 +211,7 @@ export const DateTimeRangePicker: FC = ({ return ( -