@retinalabsllc/zairusjs 17.1.0 → 17.1.2
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2922,8 +2922,8 @@ var AppBento2 = ({ tagline, headline, features }) => {
|
|
|
2922
2922
|
return "bg-neutral-200";
|
|
2923
2923
|
};
|
|
2924
2924
|
const textColor = isBlack ? "text-white" : "text-black";
|
|
2925
|
-
const subTextColor = isBlack ? "text-
|
|
2926
|
-
const labelColor = isBlack ? "text-
|
|
2925
|
+
const subTextColor = isBlack ? "text-white/90" : "text-neutral-600";
|
|
2926
|
+
const labelColor = isBlack ? "text-white/70" : "text-neutral-500";
|
|
2927
2927
|
return /* @__PURE__ */ import_react46.default.createElement(
|
|
2928
2928
|
"div",
|
|
2929
2929
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -2915,8 +2915,8 @@ var AppBento2 = ({ tagline, headline, features }) => {
|
|
|
2915
2915
|
return "bg-neutral-200";
|
|
2916
2916
|
};
|
|
2917
2917
|
const textColor = isBlack ? "text-white" : "text-black";
|
|
2918
|
-
const subTextColor = isBlack ? "text-
|
|
2919
|
-
const labelColor = isBlack ? "text-
|
|
2918
|
+
const subTextColor = isBlack ? "text-white/90" : "text-neutral-600";
|
|
2919
|
+
const labelColor = isBlack ? "text-white/70" : "text-neutral-500";
|
|
2920
2920
|
return /* @__PURE__ */ React27.createElement(
|
|
2921
2921
|
"div",
|
|
2922
2922
|
{
|