@volr/react-ui 0.1.63 → 0.1.65
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -895,7 +895,7 @@ function PasskeyEnrollForm({
|
|
|
895
895
|
}) {
|
|
896
896
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
897
897
|
/* @__PURE__ */ jsx("div", { className: "volr:my-8 volr:flex volr:justify-center", children: /* @__PURE__ */ jsx(BiometricIcon, { type: biometricType, size: 60 }) }),
|
|
898
|
-
/* @__PURE__ */ jsx("p", { className: "volr:text-base volr:text-slate-600 volr:mb-8", children: biometricMessage }),
|
|
898
|
+
/* @__PURE__ */ jsx("p", { className: "volr:text-base volr:text-slate-600 volr:mb-8 volr:text-center", children: biometricMessage }),
|
|
899
899
|
errorMessage && /* @__PURE__ */ jsxs("div", { className: "volr:mb-6 volr:p-3 volr:rounded-lg volr:bg-rose-50 volr:border volr:border-rose-200 volr:text-rose-700 volr:text-sm volr:flex volr:items-start volr:gap-2 volr:text-left", children: [
|
|
900
900
|
/* @__PURE__ */ jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "currentColor", className: "volr:flex-shrink-0 volr:mt-0.5", children: /* @__PURE__ */ jsx("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" }) }),
|
|
901
901
|
/* @__PURE__ */ jsx("span", { children: errorMessage })
|