@open-rlb/ng-bootstrap 3.1.33 → 3.1.35

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.
@@ -635,7 +635,7 @@ class BadgeDirective {
635
635
  this.start = input(undefined, { ...(ngDevMode ? { debugName: "start" } : /* istanbul ignore next */ {}), alias: 'badge-start',
636
636
  transform: numberAttribute });
637
637
  this.color = input('danger', { ...(ngDevMode ? { debugName: "color" } : /* istanbul ignore next */ {}), alias: 'badge-color' });
638
- this.textColor = input('light', { ...(ngDevMode ? { debugName: "textColor" } : /* istanbul ignore next */ {}), alias: 'badge-text-color' });
638
+ this.textColor = input('dark', { ...(ngDevMode ? { debugName: "textColor" } : /* istanbul ignore next */ {}), alias: 'badge-text-color' });
639
639
  this.hiddenText = input(undefined, { ...(ngDevMode ? { debugName: "hiddenText" } : /* istanbul ignore next */ {}), alias: 'hidden-text' });
640
640
  this.dot = input(false, { ...(ngDevMode ? { debugName: "dot" } : /* istanbul ignore next */ {}), alias: 'badge-dot', transform: booleanAttribute });
641
641
  effect(() => {