@volr/react-ui 0.1.79 → 0.1.81
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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1618,7 +1618,7 @@ function SigninSelectScreen({
|
|
|
1618
1618
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
1619
1619
|
"div",
|
|
1620
1620
|
{
|
|
1621
|
-
className: `volr:flex volr:flex-col volr:
|
|
1621
|
+
className: `volr:flex volr:flex-col volr:h-full ${showBrandingColumn ? "volr:p-4" : ""}`,
|
|
1622
1622
|
children: [
|
|
1623
1623
|
/* @__PURE__ */ jsxRuntime.jsx(ModalHeader, { onClose }),
|
|
1624
1624
|
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "volr:text-2xl volr:font-semibold volr:mb-5", children: t("login.title") }),
|
|
@@ -1642,6 +1642,7 @@ function SigninSelectScreen({
|
|
|
1642
1642
|
hasOnlySocialAndWallet && /* @__PURE__ */ jsxRuntime.jsx(Divider, {}),
|
|
1643
1643
|
isSiweEnabled && /* @__PURE__ */ jsxRuntime.jsx(WalletOption, { onClick: () => onSelectMethod("siwe") })
|
|
1644
1644
|
] }),
|
|
1645
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "volr:flex-1" }),
|
|
1645
1646
|
/* @__PURE__ */ jsxRuntime.jsx(PoweredBy, {})
|
|
1646
1647
|
]
|
|
1647
1648
|
}
|