Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 0dd09bb

Browse files
committed
updated readme
1 parent 6962ebe commit 0dd09bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@ import FormInput from 'HSFormInput'
214214

215215
| prop | default | type | description |
216216
| ---- | ---- | ----| ---- |
217-
| containerStyle | none | object (style) | TextInput container styling |
218-
| inputStyle | none | object (style) | TextInput styling |
217+
| containerStyle | none | object (style) | TextInput container styling (optional) |
218+
| inputStyle | none | object (style) | TextInput styling (optional) |
219219

220220
### FormLabel
221221

222222
| prop | default | type | description |
223223
| ---- | ---- | ----| ---- |
224-
| containerStyle | none | object (style) | additional label container style |
225-
| labelStyle | none | object (style) | additional label styling |
224+
| containerStyle | none | object (style) | additional label container style (optional) |
225+
| labelStyle | none | object (style) | additional label styling (optional) |
226226

227227
## Card
228228

0 commit comments

Comments
 (0)