@eclass/ui-kit 1.9.0 → 1.9.1

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.
@@ -27793,6 +27793,8 @@ function Footer({
27793
27793
  fontWeight: "500",
27794
27794
  mr: action.hasIcon ? "1.5rem" : "0",
27795
27795
  lineHeight: "1.172rem",
27796
+ mt: "0",
27797
+ mb: "0",
27796
27798
  children: action.text
27797
27799
  }), action.hasIcon && /* @__PURE__ */ jsx(ArrowRight, {
27798
27800
  color: vars("colors-main-deepSkyBlue")