@volr/react-ui 0.1.79 → 0.1.80

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 CHANGED
@@ -1613,7 +1613,7 @@ function SigninSelectScreen({
1613
1613
  /* @__PURE__ */ jsxs(
1614
1614
  "div",
1615
1615
  {
1616
- className: `volr:flex volr:flex-col volr:gap-4 ${showBrandingColumn ? "volr:p-4" : ""}`,
1616
+ className: `volr:flex volr:flex-col volr:h-full ${showBrandingColumn ? "volr:p-4" : ""}`,
1617
1617
  children: [
1618
1618
  /* @__PURE__ */ jsx(ModalHeader, { onClose }),
1619
1619
  /* @__PURE__ */ jsx("p", { className: "volr:text-2xl volr:font-semibold volr:mb-5", children: t("login.title") }),
@@ -1637,6 +1637,7 @@ function SigninSelectScreen({
1637
1637
  hasOnlySocialAndWallet && /* @__PURE__ */ jsx(Divider, {}),
1638
1638
  isSiweEnabled && /* @__PURE__ */ jsx(WalletOption, { onClick: () => onSelectMethod("siwe") })
1639
1639
  ] }),
1640
+ /* @__PURE__ */ jsx("div", { className: "volr:flex-1" }),
1640
1641
  /* @__PURE__ */ jsx(PoweredBy, {})
1641
1642
  ]
1642
1643
  }