@loafmarkets/ui 0.1.60 → 0.1.61

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.js CHANGED
@@ -3043,7 +3043,7 @@ var PropertyNewsUpdates = React5__namespace.forwardRef(
3043
3043
  animation: item.isNew ? "propertyNewsSlideIn 0.5s ease-out" : void 0
3044
3044
  },
3045
3045
  children: [
3046
- /* @__PURE__ */ jsxRuntime.jsx("p", { style: { fontSize: "0.9375rem", fontWeight: 500, marginBottom: "0.35rem" }, children: item.url ? /* @__PURE__ */ jsxRuntime.jsx(
3046
+ /* @__PURE__ */ jsxRuntime.jsx("p", { style: { fontSize: "0.9375rem", fontWeight: 500, marginBottom: "0.35rem", color: "#fff" }, children: item.url ? /* @__PURE__ */ jsxRuntime.jsx(
3047
3047
  "a",
3048
3048
  {
3049
3049
  href: item.url,