From b09cff40aebd68c14e772cde7fbd48aca79ff598 Mon Sep 17 00:00:00 2001 From: Yiyang <75461217+muvich3n@users.noreply.github.com> Date: Tue, 16 May 2023 19:04:17 +0800 Subject: [PATCH] fix(textarea): replace h-20 with min-h-[80px] (#344) Co-authored-by: shadcn --- apps/www/components/ui/textarea.tsx | 2 +- apps/www/pages/api/components.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/components/ui/textarea.tsx b/apps/www/components/ui/textarea.tsx index e7c13a6921..4c5d6b5d38 100644 --- a/apps/www/components/ui/textarea.tsx +++ b/apps/www/components/ui/textarea.tsx @@ -10,7 +10,7 @@ const Textarea = React.forwardRef( return (