monkey-style-guide-v2 0.0.107 → 0.0.109

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.
@@ -3069,7 +3069,7 @@ class MonkeyBadgeComponent {
3069
3069
  alert: { background: '#FFF8EB', color: '#1F2024' },
3070
3070
  error: { background: '#FFECEC', color: '#DB0505' },
3071
3071
  info: { background: '#F4EBFF', color: '#2D0264' },
3072
- default: { background: '#f8fafb', color: '#1f2024' }
3072
+ default: { background: '#F1F2F3', color: '#1F2024' }
3073
3073
  }[value];
3074
3074
  this.hostVariables = {
3075
3075
  '--monkey-badge-background': styles?.background,