From 11c1bc2cb94b4612de2cc1104babca6bf8228d3a Mon Sep 17 00:00:00 2001 From: Iain Wandless Date: Mon, 16 Oct 2023 10:09:24 +0100 Subject: [PATCH] feat(select): update newyork to use radix icons --- apps/www/registry/new-york/ui/select.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/www/registry/new-york/ui/select.tsx b/apps/www/registry/new-york/ui/select.tsx index cd3fb20adb..90a9317cd4 100644 --- a/apps/www/registry/new-york/ui/select.tsx +++ b/apps/www/registry/new-york/ui/select.tsx @@ -1,9 +1,13 @@ "use client" import * as React from "react" -import { CaretSortIcon, CheckIcon } from "@radix-ui/react-icons" +import { + CaretSortIcon, + CheckIcon, + ChevronDownIcon, + ChevronUpIcon, +} from "@radix-ui/react-icons" import * as SelectPrimitive from "@radix-ui/react-select" -import { ChevronDown, ChevronUp } from "lucide-react" import { cn } from "@/lib/utils" @@ -55,7 +59,7 @@ const SelectContent = React.forwardRef< className )} > - + - +