mimir-ui-kit 1.24.1 → 1.24.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,7 +75,7 @@ const Steps = forwardRef(
75
75
  return /* @__PURE__ */ jsx(
76
76
  "button",
77
77
  {
78
- style: { backgroundColor: resizable2 ? color : void 0 },
78
+ style: { backgroundColor: resizable2 ? color : void 0, color },
79
79
  id: `${idPrefix}${ID_SEPARATOR}${idx}`,
80
80
  className: classNames(cls.step, cls[size], stepClassName, {
81
81
  [cls.editable]: editable2 && !disabled,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mimir-ui-kit",
3
3
  "private": false,
4
- "version": "1.24.1",
4
+ "version": "1.24.2",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {