From 8318eae5e89264de0894cbb947bc1c5f71c320c2 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 29 Dec 2025 17:47:04 +0200 Subject: [PATCH] fix android text inputs --- src/components/forms/TextField.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/forms/TextField.tsx b/src/components/forms/TextField.tsx index 6e8846ddd6..00b4b6a19b 100644 --- a/src/components/forms/TextField.tsx +++ b/src/components/forms/TextField.tsx @@ -12,7 +12,6 @@ import { import {HITSLOP_20} from '#/lib/constants' import {mergeRefs} from '#/lib/merge-refs' import { - android, applyFonts, atoms as a, platform, @@ -219,10 +218,6 @@ export function createInput(Component: typeof TextInput) { paddingTop: 13, paddingBottom: 13, }, - android({ - paddingTop: 8, - paddingBottom: 9, - }), /* * Margins are needed here to avoid autofill background overlapping the * top and bottom borders - esb