@momo-kits/step 0.0.62-alpha.2 → 0.0.62-alpha.22

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.
@@ -167,7 +167,7 @@ const HorizontalStep = (props) => {
167
167
  ? errorColor
168
168
  : index < currentStep
169
169
  ? disabledColor
170
- : null,
170
+ : Colors.black_17,
171
171
  },
172
172
  ]}>
173
173
  {title}
package/Step.vertical.js CHANGED
@@ -67,7 +67,6 @@ const VerticalStep = (props) => {
67
67
  height: CIRCLE_SIZE,
68
68
  borderRadius: CIRCLE_SIZE / 2,
69
69
  borderColor: borderColor,
70
-
71
70
  backgroundColor: circleColor,
72
71
  },
73
72
  ]}>
@@ -150,7 +149,7 @@ const VerticalStep = (props) => {
150
149
  ? errorColor
151
150
  : index < currentStep
152
151
  ? disabledColor
153
- : null,
152
+ : Colors.black_17,
154
153
  },
155
154
  ]}>
156
155
  {title}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/step",
3
- "version": "0.0.62-alpha.2",
3
+ "version": "0.0.62-alpha.22",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "dependencies": {},