nucleus-core-ts 0.10.119 → 0.10.121
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/.build-ok
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.10.
|
|
1
|
+
0.10.121
|
|
@@ -340,7 +340,7 @@ export function VerificationEntityList({ entityName, entityStatusesAction, theme
|
|
|
340
340
|
className: "flex flex-col items-stretch gap-2 shrink-0",
|
|
341
341
|
children: [
|
|
342
342
|
/*#__PURE__*/ _jsx("p", {
|
|
343
|
-
className:
|
|
343
|
+
className: themeMode === 'light' ? 'max-w-[22rem] text-[11px] leading-4 text-gray-600' : 'max-w-[22rem] text-[11px] leading-4 text-white/60',
|
|
344
344
|
children: say.cancelChainConfirm
|
|
345
345
|
}),
|
|
346
346
|
/*#__PURE__*/ _jsx("input", {
|