@momo-kits/stepper 0.0.65-beta.4 → 0.0.65-beta.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Stepper.js +1 -1
  2. package/package.json +1 -1
package/Stepper.js CHANGED
@@ -136,8 +136,8 @@ const Quantity = props => {
136
136
  source={icon}
137
137
  style={[
138
138
  getStyle(size)?.icon,
139
- disabledStatus && styles.disabledButton,
140
139
  {tintColor},
140
+ disabledStatus && styles.disabledButton,
141
141
  ]}
142
142
  />
143
143
  </TouchableOpacity>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/stepper",
3
- "version": "0.0.65-beta.4",
3
+ "version": "0.0.65-beta.41",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "dependencies": {},