rm Paper fix for TextField
This commit is contained in:
@@ -12,7 +12,6 @@ import {
|
|||||||
import {HITSLOP_20} from '#/lib/constants'
|
import {HITSLOP_20} from '#/lib/constants'
|
||||||
import {mergeRefs} from '#/lib/merge-refs'
|
import {mergeRefs} from '#/lib/merge-refs'
|
||||||
import {
|
import {
|
||||||
android,
|
|
||||||
applyFonts,
|
applyFonts,
|
||||||
atoms as a,
|
atoms as a,
|
||||||
platform,
|
platform,
|
||||||
@@ -223,10 +222,6 @@ export function createInput(Component: typeof TextInput) {
|
|||||||
paddingTop: 13,
|
paddingTop: 13,
|
||||||
paddingBottom: 13,
|
paddingBottom: 13,
|
||||||
},
|
},
|
||||||
android({
|
|
||||||
paddingTop: 8,
|
|
||||||
paddingBottom: 9,
|
|
||||||
}),
|
|
||||||
/*
|
/*
|
||||||
* Margins are needed here to avoid autofill background overlapping the
|
* Margins are needed here to avoid autofill background overlapping the
|
||||||
* top and bottom borders - esb
|
* top and bottom borders - esb
|
||||||
|
|||||||
Reference in New Issue
Block a user