File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2424| ` buttonRightText ` | Custom text on the button right of the spinner | String | | |
2525| ` buttonStyle ` | Button Style (Plus and Minus buttons) | Object | | Could overwrite other props |
2626| ` buttonTextColor ` | Custom color of the button of the Spinner | String | Auto | |
27+ | ` buttonPressTextStyle ` | Button Style on Pressed state (Plus and Minus buttons) | Object | | Could overwrite other props |
28+ | ` buttonTextStyle ` | Button text Style state (Plus and Minus buttons) | Object | | Could overwrite other props |
2729| ` colorAsBackground ` | Use color as background | Bool | ` false ` |
2830| ` colorLeft ` | Custom color of the Spinner left button | String | ` #3E525F ` | |
2931| ` colorMax ` | Custom color of the Spinner when reach max value | String | | |
Original file line number Diff line number Diff line change @@ -205,6 +205,8 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
205205| ` buttonRightText ` | Custom text on the button right of the spinner | String | |
206206| ` buttonStyle ` | Button Style (Plus and Minus buttons) | Object | |
207207| ` buttonTextColor ` | Custom color of the labels's button of the Spinner | String | ` #FFFFFF ` |
208+ | ` buttonPressTextStyle ` | Button Style on Pressed state (Plus and Minus buttons) | Object | | Could overwrite other props |
209+ | ` buttonTextStyle ` | Button text Style state (Plus and Minus buttons) | Object | | Could overwrite other props |
208210| ` rounded ` | Use circular button | Boolean | ` true ` |
209211
210212### Props Text Input Style
You can’t perform that action at this time.
0 commit comments