diff --git a/components/retroui/Select.tsx b/components/retroui/Select.tsx index 3677ffd..3e11f5e 100644 --- a/components/retroui/Select.tsx +++ b/components/retroui/Select.tsx @@ -15,7 +15,7 @@ const SelectTrigger = ({ return ( { return ( { return ( {children} diff --git a/components/retroui/Textarea.tsx b/components/retroui/Textarea.tsx index 77cb522..5a45b7e 100644 --- a/components/retroui/Textarea.tsx +++ b/components/retroui/Textarea.tsx @@ -1,4 +1,5 @@ import React from "react"; +import { cn } from "@/lib/utils"; export function Textarea({ type = "text", @@ -10,7 +11,10 @@ export function Textarea({