@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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1522,8 +1522,8 @@ function EmailInlineInput({ onSubmit, accentColor }) {
|
|
|
1522
1522
|
}
|
|
1523
1523
|
};
|
|
1524
1524
|
return /* @__PURE__ */ jsxRuntime.jsxs("form", { onSubmit: handleSubmit, children: [
|
|
1525
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "volr:relative", children: [
|
|
1526
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "volr:absolute volr:left-3 volr:
|
|
1525
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "volr:relative volr:flex volr:items-center", children: [
|
|
1526
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "volr:absolute volr:left-3 volr:pointer-events-none volr-text-muted", children: /* @__PURE__ */ jsxRuntime.jsx(EmailIcon, {}) }),
|
|
1527
1527
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1528
1528
|
"input",
|
|
1529
1529
|
{
|