fix(chat): update font size to prevent auto-zoom in iOS Facebook IAB/Safari

This commit is contained in:
2026-07-01 12:35:55 +08:00
parent 27c9e107a2
commit a80d68c1e4
@@ -24,7 +24,8 @@
background: transparent;
color: var(--color-text-foreground, #000); /* Dart: Colors.black */
caret-color: var(--color-accent, #f84d96); /* Dart: AppColors.accentColor */
font-size: var(--font-size-base, 14px);
/* iOS Facebook IAB/Safari auto-zooms focused text controls below 16px. */
font-size: 16px;
line-height: 24px;
resize: none;
font-family: inherit;