diff --git a/src/components/forms/TextField.tsx b/src/components/forms/TextField.tsx index daa85c23ef..108a4916ea 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, @@ -223,10 +222,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