Skip to content

Commit 33c3dc3

Browse files
authored
fix: adjust text size in ChatInput component to avoid iOS zoom (#104)
1 parent f966b0f commit 33c3dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChatInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function ChatInput({
7171
required
7272
disabled={disabled}
7373
rows={1}
74-
className="w-full resize-none rounded-lg border-0 pr-12 text-sm placeholder:text-gray-500 focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:focus:ring-indigo-400 disabled:opacity-50 transition-all"
74+
className="w-full resize-none rounded-lg border-0 pr-12 text-base placeholder:text-gray-500 focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:focus:ring-indigo-400 disabled:opacity-50 transition-all"
7575
/>
7676
<Button
7777
type="submit"

0 commit comments

Comments
 (0)