@arsedizioni/ars-utils 18.2.215 → 18.2.216

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.
@@ -286,12 +286,11 @@
286
286
  background-color: var(--ars-color-accent, #7894ae);
287
287
  text-transform: uppercase;
288
288
  white-space: nowrap;
289
- color: var(--ars-color-text, #191c1b);
289
+ color: var(--ars-color-text-dark, #191c1b);
290
290
  }
291
291
 
292
292
  .badge-red {
293
293
  background-color: var(--ars-color-error, #ff5449);
294
- color: var(--ars-color-text, #191c1b);
295
294
  }
296
295
 
297
296
  .busy-backdrop {