@loafmarkets/ui 0.1.187 → 0.1.189

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: 38, 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, filter: "grayscale(1) brightness(2)", opacity: 0.7 } }) }),
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: 40, opacity: 0.85 } }) }),
8613
+ /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 40, filter: "grayscale(1) brightness(1.4)", opacity: 0.7 } }) }),
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: 38, borderRadius: 3, opacity: 0.85 } }) }),
8617
+ /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 38, borderRadius: 3, filter: "grayscale(1) brightness(1.2) contrast(1.6)", opacity: 0.7 } }) }),
8618
8618
  /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Valuation" })
8619
8619
  ] })
8620
8620
  ] })