@obosbbl/grunnmuren-react 1.4.6 → 1.4.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/grunnmuren.es.js +1 -1
- package/package.json +1 -1
package/dist/grunnmuren.es.js
CHANGED
|
@@ -665,7 +665,7 @@ const Footer = (props) => {
|
|
|
665
665
|
return /* @__PURE__ */ jsx(ButtonColorContext.Provider, {
|
|
666
666
|
value: "white",
|
|
667
667
|
children: /* @__PURE__ */ jsx("footer", __spreadProps(__spreadValues({
|
|
668
|
-
className: cx(className, "bg-blue pt-18 relative pb-12 text-white before:absolute before
|
|
668
|
+
className: cx(className, "bg-blue pt-18 relative pb-12 text-white before:absolute before:-top-px before:left-0 before:right-0 before:h-[calc(1.5rem_+_1px)] before:rounded-b-3xl before:bg-white ")
|
|
669
669
|
}, rest), {
|
|
670
670
|
children: /* @__PURE__ */ jsx("div", {
|
|
671
671
|
className: "container",
|