fix: make textinput style guide compliant

fix: correct input spacing

fix: correct label color

fix: correct input width

fix: move formik stuff out of base TextInput
This commit is contained in:
Luis Félix 2020-01-20 17:04:42 +00:00 committed by Josh Harvey
parent 7b59e36cb4
commit a4532793f3
7 changed files with 153 additions and 76 deletions

View file

@ -9,7 +9,8 @@ const styles = {
label: {
height: 16,
lineHeight: '16px',
margin: [[0, 0, 4, 0]]
margin: [[0, 0, 4, 0]],
paddingLeft: 3
}
}