diff --git a/components/retroui/Select.tsx b/components/retroui/Select.tsx index b7891ac..9f8b01e 100644 --- a/components/retroui/Select.tsx +++ b/components/retroui/Select.tsx @@ -2,7 +2,7 @@ import { cn } from "@/lib/utils"; import * as SelectPrimitive from "@radix-ui/react-select"; -import { Check, ChevronDown } from "lucide-react"; +import { Check, ChevronDown, ChevronUp } from "lucide-react"; import React from "react"; const Select = SelectPrimitive.Root; @@ -15,7 +15,7 @@ const SelectTrigger = ({ return ( + + + {children} + + + ); @@ -72,7 +78,7 @@ const SelectItem = ({ }: SelectPrimitive.SelectItemProps) => (