@internxt/ui 0.1.5 → 0.1.6
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6102,7 +6102,7 @@ const Pp = ({
|
|
|
6102
6102
|
onClick: (R) => {
|
|
6103
6103
|
R.stopPropagation(), C();
|
|
6104
6104
|
},
|
|
6105
|
-
className: "hidden group-hover:flex items-center justify-center text-gray-
|
|
6105
|
+
className: "hidden group-hover:flex items-center justify-center text-gray-80",
|
|
6106
6106
|
children: /* @__PURE__ */ o.jsx(oo, { size: 28 })
|
|
6107
6107
|
}
|
|
6108
6108
|
)
|
|
@@ -6117,7 +6117,7 @@ const Pp = ({
|
|
|
6117
6117
|
{
|
|
6118
6118
|
suiteArray: _?.suiteArray,
|
|
6119
6119
|
soonText: _?.soonText,
|
|
6120
|
-
className: _?.className
|
|
6120
|
+
className: `text-gray-80 ${_?.className}`,
|
|
6121
6121
|
align: "left"
|
|
6122
6122
|
}
|
|
6123
6123
|
),
|
|
@@ -6125,7 +6125,7 @@ const Pp = ({
|
|
|
6125
6125
|
"button",
|
|
6126
6126
|
{
|
|
6127
6127
|
onClick: C,
|
|
6128
|
-
className: "flex items-center justify-center text-gray-
|
|
6128
|
+
className: "flex items-center justify-center text-gray-80 hover:text-gray-90",
|
|
6129
6129
|
children: /* @__PURE__ */ o.jsx(oo, { size: 28 })
|
|
6130
6130
|
}
|
|
6131
6131
|
)
|