coinley-checkout 0.5.8 → 0.5.9
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.
@@ -21175,7 +21175,7 @@ const CoinleyModal = ({
|
|
21175
21175
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "fixed inset-0 z-50 overflow-y-auto", children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex min-h-screen items-center justify-center p-4", children: /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
21176
21176
|
"div",
|
21177
21177
|
{
|
21178
|
-
className: "coinley-modal relative p-6
|
21178
|
+
className: "coinley-modal relative p-6 max-w-[490px] mx-auto rounded-3xl shadow-xl bg-gray-100",
|
21179
21179
|
style: {
|
21180
21180
|
maxWidth: "490px !important",
|
21181
21181
|
width: "100% !important",
|