@amirjalili1374/ui-kit 1.5.67 → 1.5.68

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