codexly-ui 0.10.104 → 0.10.105

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.
@@ -13704,7 +13704,7 @@ class ClxTableComponent {
13704
13704
  _tableClass = computed(() => TABLE_BASE_CLASS, ...(ngDevMode ? [{ debugName: "_tableClass" }] : /* istanbul ignore next */ []));
13705
13705
  _headerClass = computed(() => {
13706
13706
  const s = this._tableStyle();
13707
- const bg = resolveColor(s.headerColor).bgSubtle;
13707
+ const bg = resolveColor(s.headerColor).bg;
13708
13708
  const text = resolveColor(s.headerTextColor).textSubtle;
13709
13709
  return `${bg} ${text}`;
13710
13710
  }, ...(ngDevMode ? [{ debugName: "_headerClass" }] : /* istanbul ignore next */ []));