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:
parent
7b59e36cb4
commit
a4532793f3
7 changed files with 153 additions and 76 deletions
|
|
@ -9,7 +9,8 @@ const styles = {
|
|||
label: {
|
||||
height: 16,
|
||||
lineHeight: '16px',
|
||||
margin: [[0, 0, 4, 0]]
|
||||
margin: [[0, 0, 4, 0]],
|
||||
paddingLeft: 3
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue