From bed84c6285fcb6beaedee0977e35ad0d869dee13 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 7 Mar 2026 11:42:54 -0600 Subject: [PATCH] Fix iOS Safari auto-zoom on input focus by ensuring 16px minimum font size on mobile --- src/components/ZapDialog.tsx | 6 +++--- src/components/auth/SignupDialog.tsx | 2 +- src/components/dm/DMChatArea.tsx | 6 +++--- src/components/ui/command.tsx | 2 +- src/components/ui/input-otp.tsx | 2 +- src/components/ui/select.tsx | 2 +- src/components/ui/textarea.tsx | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/ZapDialog.tsx b/src/components/ZapDialog.tsx index 7bafd89d..a1a457c8 100644 --- a/src/components/ZapDialog.tsx +++ b/src/components/ZapDialog.tsx @@ -107,7 +107,7 @@ const ZapContent = forwardRef(({ id="invoice" value={invoice} readOnly - className="font-mono text-xs min-w-0 flex-1 overflow-hidden text-ellipsis" + className="font-mono text-base md:text-xs min-w-0 flex-1 overflow-hidden text-ellipsis" onClick={(e) => e.currentTarget.select()} />