android paper text input padding (#8570)
This commit is contained in:
@@ -196,7 +196,8 @@ export function createInput(Component: typeof TextInput) {
|
|||||||
minWidth: 0,
|
minWidth: 0,
|
||||||
},
|
},
|
||||||
ios({paddingTop: 12, paddingBottom: 13}),
|
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
|
// fix for autofill styles covering border
|
||||||
web({
|
web({
|
||||||
paddingTop: 10,
|
paddingTop: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user