From c2e7739e3e32542594080d6ff54eb435ea9fb388 Mon Sep 17 00:00:00 2001 From: Oleksii Bulenok Date: Fri, 10 Jul 2026 16:41:30 +0200 Subject: [PATCH] rm Paper fix for TextField --- 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 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