@loczer/storefront-sdk 0.185.0 → 0.187.0

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.
@@ -111,9 +111,9 @@ function s({ estimatedTotalLabel: s, couponCode: c, discountAmountLabel: l, tota
111
111
  }), /* @__PURE__ */ r("span", { children: w("checkout_payment_loading") })]
112
112
  }) : null,
113
113
  v ? /* @__PURE__ */ r("div", {
114
- className: "grid gap-3 rounded-xl border border-destructive/25 bg-destructive/5 p-4",
114
+ className: "grid gap-3 rounded-md bg-destructive p-3 text-destructive-foreground shadow-sm",
115
115
  children: /* @__PURE__ */ i("div", {
116
- className: "flex items-start gap-2 text-sm text-destructive",
116
+ className: "flex items-start gap-2 text-sm",
117
117
  children: [/* @__PURE__ */ r(o, {
118
118
  className: "mt-0.5 h-4 w-4",
119
119
  "aria-hidden": "true"