analytica-frontend-lib 1.1.81 → 1.1.83

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.
@@ -5502,7 +5502,7 @@ var CardSimulationHistory = forwardRef10(({ data, onSimulationClick, className,
5502
5502
  ]
5503
5503
  }
5504
5504
  ) }, section.date)),
5505
- data.length > 0 && /* @__PURE__ */ jsx20("div", { className: "w-full h-6 bg-white rounded-b-3xl" })
5505
+ data.length > 0 && /* @__PURE__ */ jsx20("div", { className: "w-full h-6 bg-background rounded-b-3xl" })
5506
5506
  ] })
5507
5507
  }
5508
5508
  );