@@ -143,27 +143,29 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
143143
144144### Props Styles  
145145
146- |  Property           |  Description                   |  Type   |  Default |  Note                        | 
147- |  ------------------ |  ----------------------------- |  ------ |  ------- |  --------------------------- | 
148- |  ` buttonPressStyle `  |  Button style on Pressed state |  Object |          |  Could overwrite other props | 
149- |  ` buttonStyle `       |  Button style                  |  Object |          |  Could overwrite other props | 
150- |  ` inputStyle `        |  Text Input style              |  Object |          |  Could overwrite other props | 
151- |  ` style `             |  Container style               |  Object |          |  Could overwrite other props | 
146+ |  Property           |  Description                   |  Type   |  Default |  Note                                          | 
147+ |  ------------------ |  ----------------------------- |  ------ |  ------- |  --------------------------------------------- | 
148+ |  ` buttonPressStyle `  |  Button style on Pressed state |  Object |          |  Could overwrite other props                   | 
149+ |  ` buttonStyle `       |  Button style                  |  Object |          |  Could overwrite other props                   | 
150+ |  ` inputStyle `        |  Text Input style              |  Object |          |  Could overwrite other props                   | 
151+ |  ` skin `              |  Skin layout                   |  String |          |  ` clean ` , ` modern ` , ` paper ` , ` round ` , ` square `  | 
152+ |  ` style `             |  Container style               |  Object |          |  Could overwrite other props                   | 
152153
153154### Props Colors  
154155
155156|  Property               |  Description                                                |  Type   |  Default       |  Note | 
156157|  ---------------------- |  ---------------------------------------------------------- |  ------ |  ------------- |  ---- | 
157158|  ` background `            |  Custom input text background color                         |  String |  ` transparent `  | 
158- |  ` buttonPressTextColor `  |  Custom color of the button of the Spinner on Pressed state |  String |  ` #FFFFFF `      | 
159- |  ` buttonTextColor `       |  Custom color of the labels's button of the Spinner         |  String |  ` #FFFFFF `      | 
159+ |  ` buttonPressTextColor `  |  Custom color of the button of the Spinner on Pressed state |  String |  Auto          | 
160+ |  ` buttonTextColor `       |  Custom color of the label's button of the Spinner          |  String |  Auto          | 
161+ |  ` colorAsBackground `     |  Use color as background                                    |  Bool   |  ` false `        | 
160162|  ` colorLeft `             |  Custom color of the Spinner left button                    |  String |  ` #3E525F `      | 
161163|  ` colorMax `              |  Custom color of the Spinner when reach max value           |  String |                | 
162164|  ` colorMin `              |  Custom color of the Spinner when reach min value           |  String |                | 
163165|  ` colorPress `            |  Custom color of the Spinner button on touch press          |  String |  ` #3E525F `      | 
164166|  ` colorRight `            |  Custom color of the Spinner right button                   |  String |  ` #3E525F `      | 
165167|  ` color `                 |  Custom color of the Spinner                                |  String |  ` #3E525F `      | 
166- |  ` textColor `             |  Custom input text number color                             |  String |  ` #000000 `      | 
168+ |  ` textColor `             |  Custom input text number color                             |  String |  Auto           | 
167169
168170#### Screenshots  
169171
0 commit comments