fix for autofill covering border (#4573)
parent
73fc0094dd
commit
5c31859f7b
|
@ -196,6 +196,13 @@ export function createInput(Component: typeof TextInput) {
|
|||
textAlignVertical: rest.multiline ? 'top' : undefined,
|
||||
minHeight: rest.multiline ? 80 : undefined,
|
||||
},
|
||||
// fix for autofill styles covering border
|
||||
web({
|
||||
paddingTop: 12,
|
||||
paddingBottom: 12,
|
||||
marginTop: 2,
|
||||
marginBottom: 2,
|
||||
}),
|
||||
android({
|
||||
paddingBottom: 16,
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue