@hyperbridge/ui 0.0.6 → 0.0.7
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4756,7 +4756,7 @@ function CWDrawerContent(_a) {
|
|
|
4756
4756
|
__spreadProps(__spreadValues({}, props), {
|
|
4757
4757
|
side: "right",
|
|
4758
4758
|
className: "h-full max-h-auto max-w-[calc(29.75rem_+_1.25rem)] select-none border-none shadow-none text-brand-white-500 w-full sm:w-[540px] bg-transparent p-[0.625rem]",
|
|
4759
|
-
children: /* @__PURE__ */ jsx48("div", { className: "bg-brand-black-550 flex-1 flex flex-col rounded-[1rem]
|
|
4759
|
+
children: /* @__PURE__ */ jsx48("div", { className: "bg-brand-black-550 flex-1 flex flex-col rounded-[1rem] px-[1rem]", children })
|
|
4760
4760
|
})
|
|
4761
4761
|
);
|
|
4762
4762
|
}
|