@eclass/ui-kit 1.54.10 → 1.54.11

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.
@@ -4190,8 +4190,8 @@ const Modal = ({
4190
4190
  bgColor: vars("colors-neutral-white"),
4191
4191
  borderRadius: isDesktop ? "8px" : 0,
4192
4192
  mt: isDesktop ? "48px" : 0,
4193
+ mb: isDesktop ? "48px" : 0,
4193
4194
  marginX: isDesktop ? "auto" : 0,
4194
- mb: 0,
4195
4195
  maxH: isInside ? "calc(100dvh - 96px)" : "auto",
4196
4196
  maxWidth: isDesktop ? "690px" : "100%",
4197
4197
  ...fixedButtons && {