@volr/react-ui 0.1.73 → 0.1.74

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
@@ -1517,8 +1517,8 @@ function EmailInlineInput({ onSubmit, accentColor }) {
1517
1517
  }
1518
1518
  };
1519
1519
  return /* @__PURE__ */ jsxs("form", { onSubmit: handleSubmit, children: [
1520
- /* @__PURE__ */ jsxs("div", { className: "volr:relative", children: [
1521
- /* @__PURE__ */ jsx("div", { className: "volr:absolute volr:left-3 volr:top-1/2 volr:-translate-y-1/2 volr:pointer-events-none volr-text-muted", children: /* @__PURE__ */ jsx(EmailIcon, {}) }),
1520
+ /* @__PURE__ */ jsxs("div", { className: "volr:relative volr:flex volr:items-center", children: [
1521
+ /* @__PURE__ */ jsx("div", { className: "volr:absolute volr:left-3 volr:pointer-events-none volr-text-muted", children: /* @__PURE__ */ jsx(EmailIcon, {}) }),
1522
1522
  /* @__PURE__ */ jsx(
1523
1523
  "input",
1524
1524
  {