analytica-frontend-lib 1.1.29 → 1.1.30

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.
@@ -2621,7 +2621,7 @@ var CardBase = forwardRef6(
2621
2621
  );
2622
2622
  var ACTION_CARD_CLASSES = {
2623
2623
  warning: "bg-warning-background",
2624
- success: "bg-success-300",
2624
+ success: "bg-success-200",
2625
2625
  error: "bg-error-100",
2626
2626
  info: "bg-info-background"
2627
2627
  };