android paper text input padding (#8570)

This commit is contained in:
Samuel Newman
2025-06-26 17:26:40 +03:00
committed by GitHub
parent e5f9377a69
commit ad54ec8ef9
+2 -1
View File
@@ -196,7 +196,8 @@ export function createInput(Component: typeof TextInput) {
minWidth: 0,
},
ios({paddingTop: 12, paddingBottom: 13}),
android(a.py_md),
// Needs to be sm on Paper, md on Fabric for some godforsaken reason -sfn
android(a.py_sm),
// fix for autofill styles covering border
web({
paddingTop: 10,