cat-qw-lib 2.1.13 → 2.1.15

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.
@@ -2784,7 +2784,7 @@ class TableSecondaryComponent {
2784
2784
  return '#f59e0b';
2785
2785
  }
2786
2786
  else {
2787
- return '#E5E7EB';
2787
+ return 'black';
2788
2788
  }
2789
2789
  }
2790
2790
  getProgressBackground(percent) {