@loafmarkets/ui 0.1.186 → 0.1.188

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.
package/dist/index.mjs CHANGED
@@ -8606,15 +8606,15 @@ function PropertyOverview({
8606
8606
  /* @__PURE__ */ jsx(TrustBadgesTitle, { children: "Institutional Partners" }),
8607
8607
  /* @__PURE__ */ jsxs(TrustBadgesRow, { children: [
8608
8608
  /* @__PURE__ */ jsxs(TrustBadge, { children: [
8609
- /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 28, filter: "brightness(0) invert(1)", opacity: 0.8 } }) }),
8609
+ /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 38, opacity: 0.85 } }) }),
8610
8610
  /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Legal Structuring" })
8611
8611
  ] }),
8612
8612
  /* @__PURE__ */ jsxs(TrustBadge, { children: [
8613
- /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 30, opacity: 0.85 } }) }),
8613
+ /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 40, opacity: 0.85 } }) }),
8614
8614
  /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Land Title" })
8615
8615
  ] }),
8616
8616
  /* @__PURE__ */ jsxs(TrustBadge, { children: [
8617
- /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 28, borderRadius: 3, opacity: 0.85 } }) }),
8617
+ /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 38, borderRadius: 3, opacity: 0.85 } }) }),
8618
8618
  /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Valuation" })
8619
8619
  ] })
8620
8620
  ] })
@@ -9299,7 +9299,7 @@ var TrustBadgeLogoWrap = styled9.div`
9299
9299
  display: flex;
9300
9300
  align-items: center;
9301
9301
  justify-content: center;
9302
- height: 36px;
9302
+ height: 44px;
9303
9303
  `;
9304
9304
  var TrustBadgeLabel = styled9.span`
9305
9305
  font-size: 0.62rem;