@amirjalili1374/ui-kit 1.5.61 → 1.5.62

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
@@ -19921,7 +19921,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19921
19921
  item: withCtx(({ item, columns, index: index2 }) => [
19922
19922
  createElementVNode("tr", {
19923
19923
  style: normalizeStyle({
19924
- background: isSelected(item) && props.bulkMode ? "rgb(var(--v-theme-primary200))" : index2 % 2 === 0 ? "rgb(var(--v-theme-surface))" : "rgb(var(--v-theme-lightprimary))",
19924
+ background: isSelected(item) && props.bulkMode ? "rgb(var(--v-theme-primary200))" : index2 % 2 === 0 ? "rgb(var(--v-theme-primary200))" : "rgb(var(--v-theme-primary200))",
19925
19925
  cursor: props.bulkMode && props.selectable ? "pointer" : "default"
19926
19926
  }),
19927
19927
  tabindex: props.selectable ? 0 : -1,