@eric-emg/symphiq-components 1.2.121 → 1.2.123

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.
@@ -73860,7 +73860,7 @@ class SymphiqProfileAnalysisDashboardComponent {
73860
73860
  return grade ? grade.replace('_PLUS', '+') : 'N/A';
73861
73861
  }
73862
73862
  getContainerClasses() {
73863
- return this.isLightMode() ? 'bg-slate-50 text-slate-900' : 'bg-slate-900 text-white';
73863
+ return this.isLightMode() ? 'text-slate-900' : 'text-white';
73864
73864
  }
73865
73865
  getBannerClasses() {
73866
73866
  return this.isLightMode()