@amirjalili1374/ui-kit 1.5.74 → 1.5.76

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/ui-kit.es.js CHANGED
@@ -20028,7 +20028,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
20028
20028
  }, [
20029
20029
  !action.condition || action.condition(item) ? (openBlock(), createBlock(VBtn, {
20030
20030
  key: 0,
20031
- color: "orange",
20031
+ color: "primary",
20032
20032
  size: "small",
20033
20033
  class: "mr-2",
20034
20034
  onClick: ($event) => openCustomActionDialog(action, item)