From 4c7ae4c8a87dcb848b66c4f3c6387eb6990ec1a9 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sat, 10 May 2025 13:34:17 +0800 Subject: [PATCH] feat: increase textarea border-radius --- src/components/ui/textarea.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/textarea.tsx b/src/components/ui/textarea.tsx index 38e0de0c..b215946b 100644 --- a/src/components/ui/textarea.tsx +++ b/src/components/ui/textarea.tsx @@ -7,7 +7,7 @@ const Textarea = React.forwardRef