From c0448c8f28a3731dfb83c8173ccb5a82f09a2e64 Mon Sep 17 00:00:00 2001 From: Minh Tu Ngo <63818505+minhtungo@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:20:53 -0500 Subject: [PATCH] Chore: remove duplicated styling applied on aria-invalid --- apps/v4/registry/new-york-v4/ui/textarea.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/registry/new-york-v4/ui/textarea.tsx b/apps/v4/registry/new-york-v4/ui/textarea.tsx index 65cf71f02d0..bf64a1d9d5d 100644 --- a/apps/v4/registry/new-york-v4/ui/textarea.tsx +++ b/apps/v4/registry/new-york-v4/ui/textarea.tsx @@ -7,7 +7,7 @@ function Textarea({ className, ...props }: React.ComponentProps<"textarea">) {