From 243c722fe2e3a7a38cb697483ccfc1cf7d0915a1 Mon Sep 17 00:00:00 2001 From: Ben Zhang Date: Sun, 21 Apr 2024 23:20:12 -0700 Subject: [PATCH] Remove text-sm from textarea (#2687) Fields with small text (< 16px) makes mobile auto zoom in when editing (tested on iPhone XR with iOS 17). This PR removes `text-sm` from textarea. --- components/ui/textarea.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/textarea.tsx b/components/ui/textarea.tsx index 9f9a6dc..9dd1ced 100644 --- a/components/ui/textarea.tsx +++ b/components/ui/textarea.tsx @@ -10,7 +10,7 @@ const Textarea = React.forwardRef( return (