kz-design-system 0.3.2 → 0.3.3

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/dist/index.mjs CHANGED
@@ -6947,7 +6947,14 @@ var Select = React28.forwardRef(
6947
6947
  className: "kz-select-footer-action kz-select-footer-action--remove",
6948
6948
  onClick: onRemoveAll,
6949
6949
  "aria-label": "Remove All",
6950
- children: /* @__PURE__ */ jsx28(Icon, { name: "trash-2" /* Trash2 */, size: 14 })
6950
+ children: /* @__PURE__ */ jsx28(
6951
+ Icon,
6952
+ {
6953
+ name: "trash-2" /* Trash2 */,
6954
+ size: 14,
6955
+ color: "kz-color-status-error"
6956
+ }
6957
+ )
6951
6958
  }
6952
6959
  )
6953
6960
  ] })