@planetaexo/design-system 0.73.0 → 0.74.1
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12269,7 +12269,7 @@ function FeedLightbox({
|
|
|
12269
12269
|
}
|
|
12270
12270
|
) }),
|
|
12271
12271
|
(photo.caption || photo.credit) && /* @__PURE__ */ jsxs("figcaption", { className: "px-3 pt-2 sm:px-4", children: [
|
|
12272
|
-
photo.caption && /* @__PURE__ */ jsx("p", { className: "font-ui text-sm leading-snug text-white/
|
|
12272
|
+
photo.caption && /* @__PURE__ */ jsx("p", { className: "font-ui text-sm leading-snug text-white/70", children: photo.caption }),
|
|
12273
12273
|
photo.credit && /* @__PURE__ */ jsxs("p", { className: "font-ui text-xs text-white/50", children: [
|
|
12274
12274
|
"\xA9 ",
|
|
12275
12275
|
photo.credit
|