@servicemind.tis/angular-smart-data-table 1.0.11 → 1.0.13

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/README.md CHANGED
@@ -287,7 +287,10 @@ Set these CSS variables on `:root` or `body`. All have fallbacks — unset token
287
287
  --angular-search-border: #d0d0d0;
288
288
  --angular-search-icon: var(--angular-heading-color);
289
289
  --angular-search-placeholder: var(--angular-text-subtle);
290
- --angular-columns-btn-color: var(--angular-text-body);
290
+ --angular-columns-btn-bg: #eeeeee;
291
+ --angular-columns-btn-color: var(--angular-heading-color);
292
+ --angular-header-bg: #f8f9fa;
293
+ --angular-header-color: #212121;
291
294
  --angular-search-radius: 4px;
292
295
  --angular-search-height: 40px;
293
296
  --angular-paginator-height: 25px;