@momo-kits/step 0.159.1-beta.4 → 0.159.1-beta.5
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.
- package/StepsVertical.tsx +1 -1
- package/package.json +1 -1
- package/utils.ts +1 -1
package/StepsVertical.tsx
CHANGED
package/package.json
CHANGED
package/utils.ts
CHANGED
|
@@ -105,7 +105,7 @@ export const GetStepColor = (
|
|
|
105
105
|
disabled?: boolean
|
|
106
106
|
) => {
|
|
107
107
|
const {theme} = useContext(ApplicationContext);
|
|
108
|
-
const DEFAULT_LINE_COLOR = theme.colors.
|
|
108
|
+
const DEFAULT_LINE_COLOR = theme.colors.border.default;
|
|
109
109
|
const COMPLETED_LINE_COLOR = theme.colors.primary + '33';
|
|
110
110
|
|
|
111
111
|
let backgroundColor = Colors.black_06;
|